Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindambc committed Apr 3, 2023
1 parent 71710b6 commit e278945
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 @@ -80,7 +80,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.2.0</version>
<version>v0.3.0</version>
</dependency>
```

Expand All @@ -101,7 +101,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.2.0'
implementation 'com.github.Bindambc:whatsapp-business-java-api:v0.3.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.2.0</version>
<version>v0.3.0</version>
<licenses>
<license>
<name>The MIT License</name>
Expand Down

0 comments on commit e278945

Please sign in to comment.