diff --git a/Gemfile.lock b/Gemfile.lock index 0dc89dfa7..ab8db6842 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/rpush/version.rb b/lib/rpush/version.rb index 06673d6bc..a0463cbfc 100644 --- a/lib/rpush/version.rb +++ b/lib/rpush/version.rb @@ -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