Skip to content

Commit 0993e22

Browse files
committed
version 0.5.0
1 parent af4ddc9 commit 0993e22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This SDK supports WhatsApp Business API versions from v16.0 onwards. [See api ch
8686
<dependency>
8787
<groupId>com.github.Bindambc</groupId>
8888
<artifactId>whatsapp-business-java-api</artifactId>
89-
<version>v0.4.1</version>
89+
<version>v0.5.0</version>
9090
</dependency>
9191
```
9292

@@ -107,7 +107,7 @@ This SDK supports WhatsApp Business API versions from v16.0 onwards. [See api ch
107107

108108
```gradle
109109
dependencies {
110-
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.4.1'
110+
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.5.0'
111111
}
112112
```
113113

pom.xml

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

55
<groupId>com.whatsapp.api</groupId>
66
<artifactId>whatsapp-business-java-api</artifactId>
7-
<version>v0.4.1</version>
7+
<version>v0.5.0</version>
88
<licenses>
99
<license>
1010
<name>The MIT License</name>

0 commit comments

Comments
 (0)