Skip to content

Commit

Permalink
Fixing the version and readme changes skipped by ship (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Oct 30, 2024
2 parents 841a1ab + 34f8003 commit dcf37dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-beta.0
3.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit dcf37dd

Please sign in to comment.