diff --git a/README.md b/README.md index 0ae373a..a4255de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PhonePe B2B Payment Gateway SDK for Java -[![Maven Central](https://img.shields.io/badge/Maven%20Central-v2.2.0-blue)](https://maven-badges.herokuapp.com/maven-central/com.phonepe/pg-sdk-java) +[![Maven Central](https://img.shields.io/badge/Maven%20Central-v2.2.1-blue)](https://maven-badges.herokuapp.com/maven-central/com.phonepe/pg-sdk-java) ![Java](https://img.shields.io/badge/Java-17%2B-orange) [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE) @@ -36,7 +36,7 @@ Add the dependency to your project's POM file: com.phonepe pg-sdk-java - 2.2.0 + 2.2.1 ``` @@ -46,7 +46,7 @@ Add the following to your project's build.gradle file: ```gradle dependencies { - implementation 'com.phonepe:pg-sdk-java:2.2.0' + implementation 'com.phonepe:pg-sdk-java:2.2.1' } ``` diff --git a/pom.xml b/pom.xml index c2ba665..2fcaa72 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.phonepe pg-sdk-java - 2.2.0 + 2.2.1 B2B JAVA SDK https://github.com/PhonePe/phonepe-pg-sdk-java Phonepe PG JAVA SDK