Skip to content

Commit 3bcf619

Browse files
Merge pull request #296 from mercadopago/release/2.1.29
Release/2.1.29
2 parents c4aef57 + 2ee93d7 commit 3bcf619

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ already.
1616

1717
1. Append MercadoPago dependencies to pom.xml
1818

19-
```xml
19+
```xml
2020
<dependency>
21-
<groupId>com.mercadopago</groupId>
22-
<artifactId>sdk-java</artifactId>
23-
<version>2.1.28</version>
21+
<groupId>com.mercadopago</groupId>
22+
<artifactId>sdk-java</artifactId>
23+
<version>2.1.29</version>
2424
</dependency>
25-
```
25+
```
2626

2727
2. Run `mvn install` and that's all, you have Mercado Pago SDK installed.
2828

@@ -164,13 +164,13 @@ branch.
164164
## ❤️ Support
165165

166166
If you require technical support, please contact our support team at our developers
167-
site: [English](https://www.mercadopago.com/developers/en/support/center/contact)
167+
site: [English](https://www.mercadopago.com/developers/en/support/center/contact)
168168
/ [Portuguese](https://www.mercadopago.com/developers/pt/support/center/contact)
169169
/ [Spanish](https://www.mercadopago.com/developers/es/support/center/contact)
170170

171171
## 🏻 License
172172

173173
```
174-
MIT license. Copyright (c) 2022 - Mercado Pago / Mercado Libre
174+
MIT license. Copyright (c) 2022 - Mercado Pago / Mercado Libre
175175
For more information, see the LICENSE file.
176176
```

pom.xml

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

55
<groupId>com.mercadopago</groupId>
66
<artifactId>sdk-java</artifactId>
7-
<version>2.1.28</version>
7+
<version>2.1.29</version>
88
<packaging>jar</packaging>
99

1010
<name>Mercadopago SDK</name>

src/main/java/com/mercadopago/MercadoPagoConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/** Mercado Pago configuration class. */
1616
public class MercadoPagoConfig {
1717

18-
public static final String CURRENT_VERSION = "2.1.28";
18+
public static final String CURRENT_VERSION = "2.1.29";
1919

2020
public static final String PRODUCT_ID = "BC32A7VTRPP001U8NHJ0";
2121

0 commit comments

Comments
 (0)