Skip to content

Commit 9c19d63

Browse files
committed
Prepare new version
1 parent 8095392 commit 9c19d63

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2010-08-06 (1.4.4)
2+
* Fixes build problem for rubinius under OS X, http://github.com/flori/json/issues/closed#issue/25
3+
* Fixes crashes described in http://github.com/flori/json/issues/closed#issue/21 and
4+
http://github.com/flori/json/issues/closed#issue/23
15
2010-05-05 (1.4.3)
26
* Fixed some test assertions, from Ruby r27587 and r27590, patch by nobu.
37
* Fixed issue http://github.com/flori/json/issues/#issue/20 reported by

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.3
1+
1.4.4

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module JSON
22
# JSON version
3-
VERSION = '1.4.3'
3+
VERSION = '1.4.4'
44
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
55
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
66
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)