Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Jun 3, 2016
1 parent 6b6fa1f commit ea2e788
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.1.1</version>
<version>0.3.0</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:auth0:0.1.1'
compile 'com.auth0:auth0:0.3.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.3.0-SNAPSHOT";
public static final String VERSION = "0.3.0";
/**
* Name of the library auth0-java
*/
Expand Down

0 comments on commit ea2e788

Please sign in to comment.