From 9ccfec6af4982c95ebdd14a80521de2bd7980fc0 Mon Sep 17 00:00:00 2001 From: mmenanno Date: Tue, 9 Apr 2024 20:39:11 -0400 Subject: [PATCH] bump gem version to 1.2.0 --- Gemfile.lock | 2 +- lib/lunchmoney/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f6715b9..5a31d3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lunchmoney (1.1.2) + lunchmoney (1.2.0) activesupport (>= 6.1) faraday (>= 1.0.0) sorbet-runtime (>= 0.5) diff --git a/lib/lunchmoney/version.rb b/lib/lunchmoney/version.rb index 3a7eefb..59a2682 100644 --- a/lib/lunchmoney/version.rb +++ b/lib/lunchmoney/version.rb @@ -3,5 +3,5 @@ module LunchMoney # Current version of the gem - VERSION = "1.1.2" + VERSION = "1.2.0" end