From bd15bf8c43dfec4e5a18091e2d8eeb2619ad2d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Nie=C5=82acny?= Date: Sat, 8 Apr 2023 09:46:14 +0200 Subject: [PATCH] Version bump to 1.0.2 --- VERSION | 2 +- acts-as-messageable.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 7f207341d..e6d5cb833 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/acts-as-messageable.gemspec b/acts-as-messageable.gemspec index 2a704431e..5fb8fef17 100644 --- a/acts-as-messageable.gemspec +++ b/acts-as-messageable.gemspec @@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # frozen_string_literal: true -# stub: acts-as-messageable 1.0.1 ruby lib +# stub: acts-as-messageable 1.0.2 ruby lib Gem::Specification.new do |s| s.name = 'acts-as-messageable' - s.version = '1.0.1' + s.version = '1.0.2' s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version= s.metadata = { 'rubygems_mfa_required' => 'true' } if s.respond_to? :metadata=