diff --git a/Gemfile.lock b/Gemfile.lock index 0139081..d1affc0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lunchmoney-ruby (0.9.0) + lunchmoney-ruby (0.9.1) activesupport (>= 6.1) faraday (>= 1.0.0) sorbet-runtime (>= 0.5) diff --git a/lib/lunchmoney/version.rb b/lib/lunchmoney/version.rb index 6062bb8..2dcc365 100644 --- a/lib/lunchmoney/version.rb +++ b/lib/lunchmoney/version.rb @@ -3,5 +3,5 @@ module LunchMoney # Current version of the gem - VERSION = "0.9.0" + VERSION = "0.9.1" end