Skip to content

Commit

Permalink
Merge pull request #276 from mercadopago/feature/bump-version
Browse files Browse the repository at this point in the history
Bump version from 2.1.19 to 2.1.20
  • Loading branch information
gdeandradero authored Feb 26, 2024
2 parents 4d30a05 + 765d37a commit 2406dab
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 @@ -21,7 +21,7 @@ already.
<dependency>
<groupId>com.mercadopago</groupId>
<artifactId>sdk-java</artifactId>
<version>2.1.19</version>
<version>2.1.20</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.mercadopago</groupId>
<artifactId>sdk-java</artifactId>
<version>2.1.19</version>
<version>2.1.20</version>
<packaging>jar</packaging>

<name>Mercadopago SDK</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/mercadopago/MercadoPagoConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/** Mercado Pago configuration class. */
public class MercadoPagoConfig {

public static final String CURRENT_VERSION = "2.1.19";
public static final String CURRENT_VERSION = "2.1.20";

public static final String PRODUCT_ID = "BC32A7VTRPP001U8NHJ0";

Expand Down

0 comments on commit 2406dab

Please sign in to comment.