Skip to content

Commit 611b3a5

Browse files
authored
Release 2.0.0 beta.1 (#257)
1 parent 337bc85 commit 611b3a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-beta.0
1+
2.0.0-beta.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ Add the dependency via Maven:
4242
<dependency>
4343
<groupId>com.auth0</groupId>
4444
<artifactId>mvc-auth-commons</artifactId>
45-
<version>2.0.0-beta.0</version>
45+
<version>2.0.0-beta.1</version>
4646
</dependency>
4747
```
4848

4949
or Gradle:
5050

5151
```gradle
52-
implementation 'com.auth0:mvc-auth-commons:2.0.0-beta.0'
52+
implementation 'com.auth0:mvc-auth-commons:2.0.0-beta.1'
5353
```
5454

5555
### Configure Auth0

0 commit comments

Comments
 (0)