Skip to content

Commit e54604c

Browse files
committed
Add missing versions updat to README.md
1 parent aac1835 commit e54604c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Afterwards you can add the `api` and if you wish the additional `components`:
5656
#### Gradle
5757

5858
```groovy
59-
compileOnly 'qetz.locker:api:1.1.0'
59+
compileOnly 'qetz.locker:api:1.1.1'
6060
6161
// Optionally components
6262
implementation 'qetz.locker:components:1.0.0'
@@ -68,7 +68,7 @@ implementation 'qetz.locker:components:1.0.0'
6868
<dependency>
6969
<groupId>qetz.locker</groupId>
7070
<artifactId>api</artifactId>
71-
<version>1.1.0</version>
71+
<version>1.1.1</version>
7272
<scope>compile</scope>
7373
</dependency>
7474

0 commit comments

Comments
 (0)