From b2a2689d73f8af4b631543b3e9cf67c3b45130f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Mon, 13 Jun 2022 08:31:17 +0200 Subject: [PATCH] Bump to 0.4.0 --- README.md | 2 +- rodauth-i18n.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec81af2..9945711 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", "~> 0.3" +gem "rodauth-i18n", "~> 0.4" ``` And then execute: diff --git a/rodauth-i18n.gemspec b/rodauth-i18n.gemspec index 7c65197..97d19f9 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.3.1" + spec.version = "0.4.0" spec.authors = ["Janko Marohnić"] spec.email = ["janko@hey.com"]