Skip to content

Commit

Permalink
chore: bump version to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindambc committed Aug 21, 2024
1 parent e263932 commit 258d345
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.6.0</version>
<version>v0.6.1</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.6.0'
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.6.1'
}
```

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.6.0</version>
<version>v0.6.1</version>
<licenses>
<license>
<name>The MIT License</name>
Expand Down

0 comments on commit 258d345

Please sign in to comment.