From de4b260f60375646b6f18e3f1de8382992245d1d Mon Sep 17 00:00:00 2001 From: Anton Rieder Date: Fri, 25 Sep 2020 19:00:37 +0200 Subject: [PATCH] Prepare 5.1.0 release --- Gemfile.lock | 2 +- lib/rpush/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1fbe85d82..90b3264f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rpush (5.0.0) + rpush (5.1.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 6aae80bc4..0f2bc479d 100644 --- a/lib/rpush/version.rb +++ b/lib/rpush/version.rb @@ -1,7 +1,7 @@ module Rpush module VERSION MAJOR = 5 - MINOR = 0 + MINOR = 1 TINY = 0 PRE = nil