Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindambc committed Jul 17, 2024
1 parent af4ddc9 commit 0993e22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This SDK supports WhatsApp Business API versions from v16.0 onwards. [See api ch
<dependency>
<groupId>com.github.Bindambc</groupId>
<artifactId>whatsapp-business-java-api</artifactId>
<version>v0.4.1</version>
<version>v0.5.0</version>
</dependency>
```

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

```gradle
dependencies {
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.4.1'
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.5.0'
}
```

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.whatsapp.api</groupId>
<artifactId>whatsapp-business-java-api</artifactId>
<version>v0.4.1</version>
<version>v0.5.0</version>
<licenses>
<license>
<name>The MIT License</name>
Expand Down

0 comments on commit 0993e22

Please sign in to comment.