diff --git a/README.md b/README.md index 6a88f28..e698bef 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For [Maven](https://maven.apache.org/) projects, use: io.permit permit-sdk-java - 1.0.0-RC + 1.0.0 ``` @@ -22,7 +22,7 @@ For [Gradle](https://gradle.org/) projects, configure `permit-sdk-java` as a dep dependencies { // ... - implementation 'io.permit:permit-sdk-java:1.0.0-RC' + implementation 'io.permit:permit-sdk-java:1.0.0' } ``` @@ -137,4 +137,4 @@ Most params to UserCreates are optional, and only the unique user key is needed. ```java CreateOrUpdateResult result = permit.api.users.sync(new UserCreate("[USER KEY]")); -``` \ No newline at end of file +```