From d521fd90c9eaf877109872cafdfbbeabdaaf0084 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Thu, 5 Sep 2024 08:28:00 -0700 Subject: [PATCH] v1.1.0 --- Gemfile.lock | 2 +- lib/i18n_data/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eebc2a8..e20d77f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - i18n_data (1.0.0) + i18n_data (1.1.0) simple_po_parser (~> 1.1) GEM diff --git a/lib/i18n_data/version.rb b/lib/i18n_data/version.rb index 5148da2..6230896 100644 --- a/lib/i18n_data/version.rb +++ b/lib/i18n_data/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module I18nData - VERSION = Version = "1.0.0" # rubocop:disable Naming/ConstantName + VERSION = Version = "1.1.0" # rubocop:disable Naming/ConstantName end