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 aac1835 commit e54604cCopy full SHA for e54604c
README.md
@@ -56,7 +56,7 @@ Afterwards you can add the `api` and if you wish the additional `components`:
56
#### Gradle
57
58
```groovy
59
-compileOnly 'qetz.locker:api:1.1.0'
+compileOnly 'qetz.locker:api:1.1.1'
60
61
// Optionally components
62
implementation 'qetz.locker:components:1.0.0'
@@ -68,7 +68,7 @@ implementation 'qetz.locker:components:1.0.0'
68
<dependency>
69
<groupId>qetz.locker</groupId>
70
<artifactId>api</artifactId>
71
- <version>1.1.0</version>
+ <version>1.1.1</version>
72
<scope>compile</scope>
73
</dependency>
74
0 commit comments