From: Michael Orlitzky Date: Sat, 20 Apr 2024 23:47:09 +0000 (-0400) Subject: mailshears.gemspec: bump version to 0.1.0 X-Git-Tag: 0.1.0^0 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=58c1260531857b2c50f5bc6654792eb54127783b;hp=fb7eba6d1a8e28ccf783ff971701fc034ef44e48;p=mailshears.git mailshears.gemspec: bump version to 0.1.0 (Since I changed the config file location.) --- diff --git a/mailshears.gemspec b/mailshears.gemspec index 72d9cd4..a22b2cf 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.6' + s.version = '0.1.0' s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com']