Skip to content

Commit 4de560d

Browse files
committed
Release 0.4.0
1 parent d426fd8 commit 4de560d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Get Auth0 Java via Maven:
1515
<dependency>
1616
<groupId>com.auth0</groupId>
1717
<artifactId>auth0</artifactId>
18-
<version>0.3.0</version>
18+
<version>0.4.0</version>
1919
</dependency>
2020
```
2121

2222
or Gradle:
2323

2424
```gradle
25-
compile 'com.auth0:auth0:0.3.0'
25+
compile 'com.auth0:auth0:0.4.0'
2626
```
2727

2828
## Usage

auth0/src/main/java/com/auth0/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public abstract class BuildConfig {
55
/**
66
* Version of auth0-java
77
*/
8-
public static final String VERSION = "0.4.0-SNAPSHOT";
8+
public static final String VERSION = "0.4.0";
99
/**
1010
* Name of the library auth0-java
1111
*/

0 commit comments

Comments
 (0)