Skip to content

Commit f556e29

Browse files
committed
Release 0.1.1
1 parent dbda6b7 commit f556e29

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
@@ -12,14 +12,14 @@ Get Auth0 Java via Maven:
1212
<dependency>
1313
<groupId>com.auth0</groupId>
1414
<artifactId>auth0-java</artifactId>
15-
<version>0.0.1</version>
15+
<version>0.1.1</version>
1616
</dependency>
1717
```
1818

1919
or Gradle:
2020

2121
```gradle
22-
compile 'com.auth0:auth0-java:0.0.1'
22+
compile 'com.auth0:auth0-java:0.1.1'
2323
```
2424

2525
## Usage

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ private BuildConfig() {}
77
/**
88
* Version of auth0-java
99
*/
10-
public static final String VERSION = "0.2.0-SNAPSHOT";
10+
public static final String VERSION = "0.1.1";
1111
/**
1212
* Name of the library auth0-java
1313
*/

0 commit comments

Comments
 (0)