From a0f16f52f054f754852e9da1458cd68dafeeb916 Mon Sep 17 00:00:00 2001 From: Danilo Elias Date: Wed, 11 Aug 2021 11:53:26 -0300 Subject: [PATCH] Increase version to 1.12.1 --- README.md | 2 +- composer.json | 2 +- src/MercadoPago/Version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1477dc7f..eed0ee0b 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 970b43e9..188bec0b 100755 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/src/MercadoPago/Version.php b/src/MercadoPago/Version.php index 8818e852..95412d85 100755 --- a/src/MercadoPago/Version.php +++ b/src/MercadoPago/Version.php @@ -4,5 +4,5 @@ class Version { public static - $_VERSION = '1.12.0'; + $_VERSION = '1.12.1'; }