Skip to content

Commit

Permalink
Prepare 6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed Oct 8, 2021
1 parent eb493bb commit 3ab3a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rpush (6.0.0)
rpush (6.0.1)
activesupport (>= 5.2)
jwt (>= 1.5.6)
multi_json (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rpush/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Rpush
module VERSION
MAJOR = 6
MINOR = 0
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze
Expand Down

0 comments on commit 3ab3a98

Please sign in to comment.