Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindambc committed Mar 26, 2023
1 parent 5b1de53 commit fbbbaef
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 @@ -79,7 +79,7 @@ This sdk implements whatsapp business cloud api version v16.0. [See api changelo
<dependency>
<groupId>com.github.Bindambc</groupId>
<artifactId>whatsapp-business-java-api</artifactId>
<version>v0.1.1</version>
<version>v0.2.0</version>
</dependency>
```

Expand All @@ -100,7 +100,7 @@ This sdk implements whatsapp business cloud api version v16.0. [See api changelo

```gradle
dependencies {
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.1.1'
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.2.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.1.0</version>
<version>v0.2.0</version>
<licenses>
<license>
<name>The MIT License</name>
Expand Down

0 comments on commit fbbbaef

Please sign in to comment.