diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 4695952..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -## [Unreleased] - -## [0.1.0] - 2021-10-07 - -- Initial release diff --git a/README.md b/README.md index 5f3b10b..fa64e8c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It also includes built-in translations for various languages, which you are enco Add this line to your application's Gemfile: ```ruby -gem "rodauth-i18n" +gem "rodauth-i18n", "~> 0.2" ``` And then execute: diff --git a/rodauth-i18n.gemspec b/rodauth-i18n.gemspec index b734c82..8d1e031 100644 --- a/rodauth-i18n.gemspec +++ b/rodauth-i18n.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "rodauth-i18n" - spec.version = "0.1.0" + spec.version = "0.2.0" spec.authors = ["Janko Marohnić"] spec.email = ["janko@hey.com"]