Skip to content

Commit

Permalink
Merge pull request #62 from mercadopago/feature/version-2.1.0
Browse files Browse the repository at this point in the history
Update version to 2.1.0
  • Loading branch information
gdeandradero authored Jan 11, 2022
2 parents b5a2d9b + cc22af6 commit 6c95e42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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:
mercadopago-sdk (2.0.3)
mercadopago-sdk (2.1.0)
json (~> 2.5)
rest-client (~> 2.1)

Expand All @@ -20,7 +20,7 @@ GEM
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115)
mime-types-data (3.2022.0105)
minitest (5.14.4)
netrc (0.11.0)
parallel (1.19.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/mercadopago/config/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Mercadopago
class Config
@@VERSION = '2.0.3'
@@VERSION = '2.1.0'
@@USER_AGENT = "MercadoPago Ruby SDK v#{@@VERSION}"
@@PRODUCT_ID = 'bc32a7vtrpp001u8nhjg'
@@TRACKING_ID = "plataform: ?,type:SDK#{@@VERSION},so;"
Expand Down
2 changes: 1 addition & 1 deletion mercadopago.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'mercadopago-sdk'
gem.version = '2.0.3'
gem.version = '2.1.0'
gem.required_ruby_version = '>= 2.3.0'
gem.author = 'Mercado Pago'
gem.description = 'Mercado Pago Ruby SDK'
Expand Down

0 comments on commit 6c95e42

Please sign in to comment.