diff --git a/Gemfile.lock b/Gemfile.lock index 5094974..9a1abac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - iron_bank (5.4.0) + iron_bank (5.4.1) faraday (~> 1) faraday_middleware (~> 1) nokogiri (~> 1) @@ -152,4 +152,4 @@ DEPENDENCIES timecop (~> 0.9) BUNDLED WITH - 2.3.26 + 2.4.19 diff --git a/lib/iron_bank/version.rb b/lib/iron_bank/version.rb index 2629fae..67b26a2 100644 --- a/lib/iron_bank/version.rb +++ b/lib/iron_bank/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module IronBank - VERSION = "5.4.0" + VERSION = "5.4.1" API_VERSION = "v1" end