diff --git a/Gemfile.lock b/Gemfile.lock index 90b3264f4..caee649b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rpush (5.1.0) + rpush (5.2.0) activesupport (>= 5.0) jwt (>= 1.5.6) multi_json (~> 1.0) diff --git a/lib/rpush/version.rb b/lib/rpush/version.rb index 0f2bc479d..cb521182e 100644 --- a/lib/rpush/version.rb +++ b/lib/rpush/version.rb @@ -1,7 +1,7 @@ module Rpush module VERSION MAJOR = 5 - MINOR = 1 + MINOR = 2 TINY = 0 PRE = nil