From b69fa62ba411124eb9afeec34d36aba5a5daf7a4 Mon Sep 17 00:00:00 2001 From: Lovro Bikic Date: Fri, 6 Sep 2024 16:53:27 +0200 Subject: [PATCH] Bump version to 0.4.0 --- Gemfile.lock | 2 +- lib/money_with_date/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0c2631f..7760e19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - money_with_date (0.3.0) + money_with_date (0.4.0) money (>= 6.14.0, <= 6.19.0) GEM diff --git a/lib/money_with_date/version.rb b/lib/money_with_date/version.rb index 1688731..dd45da4 100644 --- a/lib/money_with_date/version.rb +++ b/lib/money_with_date/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module MoneyWithDate - VERSION = "0.3.0" + VERSION = "0.4.0" MINIMUM_MONEY_VERSION = "6.14.0" MINIMUM_MONEY_RAILS_VERSION = "1.15.0"