diff --git a/Gemfile.lock b/Gemfile.lock index a8cc2af..e20cb6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lunchmoney (1.0.0) + lunchmoney (1.1.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 3a15562..2894cd6 100644 --- a/lib/lunchmoney/version.rb +++ b/lib/lunchmoney/version.rb @@ -3,5 +3,5 @@ module LunchMoney # Current version of the gem - VERSION = "1.0.0" + VERSION = "1.1.0" end