diff --git a/Gemfile.lock b/Gemfile.lock index 4cbd92347..3efccdbd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rpush (4.2.0) + rpush (5.0.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 fd394480a..6aae80bc4 100644 --- a/lib/rpush/version.rb +++ b/lib/rpush/version.rb @@ -1,7 +1,7 @@ module Rpush module VERSION - MAJOR = 4 - MINOR = 2 + MAJOR = 5 + MINOR = 0 TINY = 0 PRE = nil