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
-[](https://maven-badges.herokuapp.com/maven-central/com.phonepe/pg-sdk-java)
+[](https://maven-badges.herokuapp.com/maven-central/com.phonepe/pg-sdk-java)

[](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