Skip to content

Commit

Permalink
Bump version to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Dec 2, 2024
1 parent 3f84713 commit 2f80907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mercadopago/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MercadoPago
VERSION = "3.0.0".freeze
VERSION = "3.1.0".freeze
end
4 changes: 2 additions & 2 deletions mercadopago.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.licenses = ['MIT']
s.authors = ["Kauplus Social Commerce", "Ombu Shop, Tu Tienda Online"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "https://github.com/kauplus/mercadopago"
s.homepage = "https://github.com/ombulabs/mercadopago"
s.summary = %q{Client for the MercadoPago API}
s.description = %q{This gem allows developers to use the services available in the MercadoPago API (http://www.mercadopago.com)}

Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency 'faraday', '~> 0.9'
s.add_development_dependency 'pry', '~> 0.11.1'
s.add_development_dependency 'rake', '~> 12.1'
s.add_development_dependency 'byebug', '~> 9.1'
s.add_development_dependency 'byebug', '~> 11.1'
s.add_development_dependency 'test-unit', '~> 3.2'
s.add_development_dependency 'vcr', '~> 3.0'
s.add_development_dependency 'webmock', '~> 3.0'
Expand Down

0 comments on commit 2f80907

Please sign in to comment.