From 3ab3a9828184765dc5cb3e414624995ab09076dc Mon Sep 17 00:00:00 2001 From: Anton Rieder Date: Fri, 8 Oct 2021 14:45:21 +0200 Subject: [PATCH] Prepare 6.0.1 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 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