From 10bc2971009d07393f1f36ad00f5860d0da930fe Mon Sep 17 00:00:00 2001 From: David Graham Date: Sun, 21 Apr 2024 10:30:59 -0600 Subject: [PATCH] 0.2.2 --- LICENSE | 2 +- lib/json/stream/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 2e899bc..df4e409 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010-2017 David Graham +Copyright (c) 2010-2024 David Graham Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/json/stream/version.rb b/lib/json/stream/version.rb index da0e2fa..4373f91 100644 --- a/lib/json/stream/version.rb +++ b/lib/json/stream/version.rb @@ -1,5 +1,5 @@ module JSON module Stream - VERSION = '0.2.1' + VERSION = '0.2.2' end end