We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337bc85 commit 611b3a5Copy full SHA for 611b3a5
2 files changed
.version
@@ -1 +1 @@
1
-2.0.0-beta.0
+2.0.0-beta.1
README.md
@@ -42,14 +42,14 @@ Add the dependency via Maven:
42
<dependency>
43
<groupId>com.auth0</groupId>
44
<artifactId>mvc-auth-commons</artifactId>
45
- <version>2.0.0-beta.0</version>
+ <version>2.0.0-beta.1</version>
46
</dependency>
47
```
48
49
or Gradle:
50
51
```gradle
52
-implementation 'com.auth0:mvc-auth-commons:2.0.0-beta.0'
+implementation 'com.auth0:mvc-auth-commons:2.0.0-beta.1'
53
54
55
### Configure Auth0
0 commit comments