From 34f8003315765b8c459eb7a5063d78bbb4e8a747 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Wed, 30 Oct 2024 18:13:04 +0530 Subject: [PATCH] Fixing the version and readme changes skipped by ship --- .version | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' } ```