Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurisgalang committed Aug 17, 2020
1 parent 2869bf9 commit 7aaa80c
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.0.0)
iron_bank (5.0.1)
faraday (~> 1)
faraday_middleware (~> 1)
nokogiri (~> 1)
Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
mini_portile2 (2.4.0)
minitest (5.14.1)
multipart-post (2.1.1)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
parallel (1.19.1)
parser (2.7.1.3)
Expand Down
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.0.0"
VERSION = "5.0.1"
API_VERSION = "v1"
end

0 comments on commit 7aaa80c

Please sign in to comment.