Skip to content

Commit

Permalink
v5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpopko committed Dec 29, 2023
1 parent 2379f39 commit c13d132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
iron_bank (5.4.0)
iron_bank (5.4.1)
faraday (~> 1)
faraday_middleware (~> 1)
nokogiri (~> 1)
Expand Down Expand Up @@ -152,4 +152,4 @@ DEPENDENCIES
timecop (~> 0.9)

BUNDLED WITH
2.3.26
2.4.19
2 changes: 1 addition & 1 deletion lib/iron_bank/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module IronBank
VERSION = "5.4.0"
VERSION = "5.4.1"
API_VERSION = "v1"
end

0 comments on commit c13d132

Please sign in to comment.