Skip to content

Commit 6c95e42

Browse files
authored
Merge pull request #62 from mercadopago/feature/version-2.1.0
Update version to 2.1.0
2 parents b5a2d9b + cc22af6 commit 6c95e42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
mercadopago-sdk (2.0.3)
4+
mercadopago-sdk (2.1.0)
55
json (~> 2.5)
66
rest-client (~> 2.1)
77

@@ -20,7 +20,7 @@ GEM
2020
method_source (1.0.0)
2121
mime-types (3.4.1)
2222
mime-types-data (~> 3.2015)
23-
mime-types-data (3.2021.1115)
23+
mime-types-data (3.2022.0105)
2424
minitest (5.14.4)
2525
netrc (0.11.0)
2626
parallel (1.19.2)

lib/mercadopago/config/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module Mercadopago
55
class Config
6-
@@VERSION = '2.0.3'
6+
@@VERSION = '2.1.0'
77
@@USER_AGENT = "MercadoPago Ruby SDK v#{@@VERSION}"
88
@@PRODUCT_ID = 'bc32a7vtrpp001u8nhjg'
99
@@TRACKING_ID = "plataform: ?,type:SDK#{@@VERSION},so;"

mercadopago.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |gem|
44
gem.name = 'mercadopago-sdk'
5-
gem.version = '2.0.3'
5+
gem.version = '2.1.0'
66
gem.required_ruby_version = '>= 2.3.0'
77
gem.author = 'Mercado Pago'
88
gem.description = 'Mercado Pago Ruby SDK'

0 commit comments

Comments
 (0)