diff --git a/README.md b/README.md index 6da46e47c..db4e03eb0 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ This SDK supports WhatsApp Business API versions from v16.0 onwards. [See api ch ```xml - com.github.Bindambc + com.github.gongmingqm10 whatsapp-business-java-api - v0.6.1 + v0.6.2 ``` @@ -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.1' + implementation 'com.github.gongmingqm10:whatsapp-business-java-api:v0.6.2' } ```