Skip to content

Commit

Permalink
Prepare for version 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Apr 23, 2010
1 parent e69277e commit 927b2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0
1.4.0
2 changes: 1 addition & 1 deletion lib/json/version.rb
@@ -1,6 +1,6 @@
module JSON
# JSON version
VERSION = '2.0.0'
VERSION = '1.4.0'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
Expand Down

0 comments on commit 927b2ba

Please sign in to comment.