Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Mar 18, 2016
1 parent dbda6b7 commit f556e29
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 @@ -12,14 +12,14 @@ Get Auth0 Java via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0-java</artifactId>
<version>0.0.1</version>
<version>0.1.1</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:auth0-java:0.0.1'
compile 'com.auth0:auth0-java:0.1.1'
```

## 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 @@ -7,7 +7,7 @@ private BuildConfig() {}
/**
* Version of auth0-java
*/
public static final String VERSION = "0.2.0-SNAPSHOT";
public static final String VERSION = "0.1.1";
/**
* Name of the library auth0-java
*/
Expand Down

0 comments on commit f556e29

Please sign in to comment.