We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eabd3c commit b3a895bCopy full SHA for b3a895b
.version
@@ -1 +1 @@
1
-3.0.0-beta.0
+3.0.0
README.md
@@ -36,14 +36,14 @@ Add the dependency via Maven:
36
<dependency>
37
<groupId>com.auth0</groupId>
38
<artifactId>auth0</artifactId>
39
- <version>3.0.0-beta.0</version>
+ <version>3.0.0</version>
40
</dependency>
41
```
42
43
or Gradle:
44
45
```gradle
46
-implementation 'com.auth0:auth0:3.0.0-beta.0'
+implementation 'com.auth0:auth0:3.0.0'
47
48
49
### Configure the SDK
gradle.properties
@@ -1,6 +1,6 @@
GROUP=com.auth0
2
POM_ARTIFACT_ID=auth0
3
-VERSION_NAME=3.0.0-beta.0
+VERSION_NAME=3.0.0
4
5
POM_NAME=auth0-java
6
POM_DESCRIPTION=Java client library for the Auth0 platform
0 commit comments