Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Jun 6, 2016
1 parent d426fd8 commit 4de560d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Get Auth0 Java via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>0.3.0</version>
<version>0.4.0</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:auth0:0.3.0'
compile 'com.auth0:auth0:0.4.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion auth0/src/main/java/com/auth0/BuildConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public abstract class BuildConfig {
/**
* Version of auth0-java
*/
public static final String VERSION = "0.4.0-SNAPSHOT";
public static final String VERSION = "0.4.0";
/**
* Name of the library auth0-java
*/
Expand Down

0 comments on commit 4de560d

Please sign in to comment.