diff --git a/.version b/.version index f48b9c84..56fea8a0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.0.0-beta.0 \ No newline at end of file +3.0.0 \ No newline at end of file diff --git a/README.md b/README.md index 9a47d94a..f5af5a66 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll ```gradle dependencies { - implementation 'com.auth0.android:auth0:3.0.0-beta.0' + implementation 'com.auth0.android:auth0:3.0.0' } ```