We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbda6b7 commit f556e29Copy full SHA for f556e29
2 files changed
README.md
@@ -12,14 +12,14 @@ Get Auth0 Java via Maven:
12
<dependency>
13
<groupId>com.auth0</groupId>
14
<artifactId>auth0-java</artifactId>
15
- <version>0.0.1</version>
+ <version>0.1.1</version>
16
</dependency>
17
```
18
19
or Gradle:
20
21
```gradle
22
-compile 'com.auth0:auth0-java:0.0.1'
+compile 'com.auth0:auth0-java:0.1.1'
23
24
25
## Usage
auth0/src/main/java/com/auth0/BuildConfig.java
@@ -7,7 +7,7 @@ private BuildConfig() {}
7
/**
8
* Version of auth0-java
9
*/
10
- public static final String VERSION = "0.2.0-SNAPSHOT";
+ public static final String VERSION = "0.1.1";
11
* Name of the library auth0-java
0 commit comments