Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Mar 19, 2014
1 parent 65dedd8 commit de2dbf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.1
-----
* [Remove unused LoadError file](https://github.com/intridea/multi_json/commit/65dedd84d59baeefc25c477fedf0bbe85e7ce2cd)

1.9.0
----
* [Rename LoadError to ParseError](https://github.com/intridea/multi_json/commit/4abb98fe3a90b2a7b3d1594515c8a06042b4a27d)
Expand Down
2 changes: 1 addition & 1 deletion lib/multi_json/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module MultiJson
class Version
MAJOR = 1 unless defined? MultiJson::Version::MAJOR
MINOR = 9 unless defined? MultiJson::Version::MINOR
PATCH = 0 unless defined? MultiJson::Version::PATCH
PATCH = 1 unless defined? MultiJson::Version::PATCH
PRE = nil unless defined? MultiJson::Version::PRE

class << self
Expand Down

0 comments on commit de2dbf7

Please sign in to comment.