Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Sep 30, 2024
1 parent c8be639 commit e5c2653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion faraday-restrict-ip-addresses.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Gem::Specification.new do |spec|
spec.version = '0.1.2' # don't forget to update version.rb
spec.version = '0.2.0' # don't forget to update version.rb

spec.authors = ["Ben Lavender"]
spec.description = %q{Restrict the IP addresses Faraday will connect to}
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday/restrict_ip_addresses/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'faraday'
module Faraday
class RestrictIPAddresses < Faraday::Middleware
VERSION = '0.1.2'
VERSION = '0.2.0'
end
end

0 comments on commit e5c2653

Please sign in to comment.