We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d426fd8 commit 4de560dCopy full SHA for 4de560d
2 files changed
README.md
@@ -15,14 +15,14 @@ Get Auth0 Java via Maven:
15
<dependency>
16
<groupId>com.auth0</groupId>
17
<artifactId>auth0</artifactId>
18
- <version>0.3.0</version>
+ <version>0.4.0</version>
19
</dependency>
20
```
21
22
or Gradle:
23
24
```gradle
25
-compile 'com.auth0:auth0:0.3.0'
+compile 'com.auth0:auth0:0.4.0'
26
27
28
## Usage
auth0/src/main/java/com/auth0/BuildConfig.java
@@ -5,7 +5,7 @@ public abstract class BuildConfig {
5
/**
6
* Version of auth0-java
7
*/
8
- public static final String VERSION = "0.4.0-SNAPSHOT";
+ public static final String VERSION = "0.4.0";
9
10
* Name of the library auth0-java
11
0 commit comments