Skip to content

Commit

Permalink
发布V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harmonyzhang committed May 5, 2023
1 parent 00c9c28 commit bbc6f22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ This sdk implements engagelab whatsapp API version v1.
```xml
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/**</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
Expand All @@ -81,7 +81,7 @@ This sdk implements engagelab whatsapp API version v1.
<dependency>
<groupId>com.github.harmonyzhang</groupId>
<artifactId>whatsapp-business-java-sdk</artifactId>
<version>v1.0.0-SNAPSHOT</version>
<version>v1.0.1</version>
</dependency>
```

Expand All @@ -93,7 +93,7 @@ This sdk implements engagelab whatsapp API version v1.
allprojects {
repositories {
...
maven { url 'https://maven.pkg.github.com/**' }
maven { url 'https://jitpack.io' }
}
}
```
Expand All @@ -102,7 +102,7 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.harmonyzhang:whatsapp-business-java-sdk:v1.0.0-SNAPSHOT'
implementation 'com.github.harmonyzhang:whatsapp-business-java-sdk:v1.0.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.github.harmonyzhang</groupId>
<artifactId>whatsapp-business-java-sdk</artifactId>
<version>v1.0.0-SNAPSHOT</version>
<version>v1.0.1</version>
<licenses>
<license>
<name>The MIT License</name>
Expand Down

0 comments on commit bbc6f22

Please sign in to comment.