Skip to content

Commit

Permalink
Increase version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
delias-silva committed Aug 11, 2021
1 parent 001d18a commit a0f16f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The SDK supports PHP 5.6 or major
#### Using Composer

1. Download [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) if not already installed
2. Go to your project directory and run `composer require "mercadopago/dx-php:1.12.0"` on the command line.
2. Go to your project directory and run `composer require "mercadopago/dx-php:1.12.1"` on the command line.
3. This how your directory structure would look like.
4. Thats all, you have Mercado Pago SDK installed.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"homepage": "https://github.com/mercadopago/sdk-php",
"license": "MIT",
"version": "1.12.0",
"version": "1.12.1",
"config": {
"platform": {
"php": "5.6"
Expand Down
2 changes: 1 addition & 1 deletion src/MercadoPago/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
class Version
{
public static
$_VERSION = '1.12.0';
$_VERSION = '1.12.1';
}

0 comments on commit a0f16f5

Please sign in to comment.