Skip to content

Commit

Permalink
Version 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Sep 5, 2017
1 parent 66a972c commit b9622c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.12.2
------

* [Renew gem certificate](https://github.com/intridea/multi_json/commit/57922d898c6eb587cc9a28ba5724c11e81724700)

1.12.1
------

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 = 12 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 b9622c5

Please sign in to comment.