Skip to content

Commit b3a895b

Browse files
committed
Updated .version and readme file
1 parent 1eabd3c commit b3a895b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-beta.0
1+
3.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Add the dependency via Maven:
3636
<dependency>
3737
<groupId>com.auth0</groupId>
3838
<artifactId>auth0</artifactId>
39-
<version>3.0.0-beta.0</version>
39+
<version>3.0.0</version>
4040
</dependency>
4141
```
4242

4343
or Gradle:
4444

4545
```gradle
46-
implementation 'com.auth0:auth0:3.0.0-beta.0'
46+
implementation 'com.auth0:auth0:3.0.0'
4747
```
4848

4949
### Configure the SDK

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.auth0
22
POM_ARTIFACT_ID=auth0
3-
VERSION_NAME=3.0.0-beta.0
3+
VERSION_NAME=3.0.0
44

55
POM_NAME=auth0-java
66
POM_DESCRIPTION=Java client library for the Auth0 platform

0 commit comments

Comments
 (0)