diff --git a/lazylead.gemspec b/lazylead.gemspec index e6a139b..0ada1bc 100755 --- a/lazylead.gemspec +++ b/lazylead.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |s| s.rubygems_version = "2.2" s.required_ruby_version = ">=2.6.5" s.name = "lazylead" - s.version = "0.0.0" + s.version = "0.1.2" s.license = "MIT" s.summary = "Eliminate the annoying work within bug-trackers." s.description = "Ticketing systems (Github, Jira, etc.) are strongly @@ -45,7 +45,7 @@ tasks instead of solving technical problems." s.authors = ["Yurii Dubinka"] s.email = "yurii.dubinka@gmail.com" s.homepage = "http://github.com/dgroup/lazylead" - s.post_install_message = "Thanks for installing Lazylead v0.0.0! + s.post_install_message = "Thanks for installing Lazylead v0.1.2! Read our blog posts: https://lazylead.org Stay in touch with the community in Telegram: https://t.me/lazylead Follow us on Twitter: https://twitter.com/lazylead diff --git a/lib/lazylead/version.rb b/lib/lazylead/version.rb index b926ef4..a5b0a6d 100644 --- a/lib/lazylead/version.rb +++ b/lib/lazylead/version.rb @@ -23,5 +23,5 @@ # OR OTHER DEALINGS IN THE SOFTWARE. module Lazylead - VERSION = "0.0.0" + VERSION = "0.1.2" end