Skip to content

Commit

Permalink
added new version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Sep 2, 2009
1 parent 970846f commit 9559de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module JSON
# JSON version
VERSION = '1.1.8'
VERSION = '1.1.9'
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 9559de3

Please sign in to comment.