Skip to content

Commit

Permalink
Version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Oct 15, 2013
1 parent e28023b commit c8b3361
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.8.2
-----
* [Downcase adapter string name for OS compatibility](https://github.com/intridea/multi_json/commit/b8e15a032247a63f1410d21a18add05035f3fa66)

1.8.1
-----
* [Let the adapter handle strings with invalid encoding](https://github.com/intridea/multi_json/commit/6af2bf87b89f44eabf2ae9ca96779febc65ea94b)
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 = 8 unless defined? MultiJson::Version::MINOR
PATCH = 1 unless defined? MultiJson::Version::PATCH
PATCH = 2 unless defined? MultiJson::Version::PATCH
PRE = nil unless defined? MultiJson::Version::PRE

class << self
Expand Down

0 comments on commit c8b3361

Please sign in to comment.