File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ 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.2 '
59+ compileOnly 'qetz.locker:api:1.1.3 '
6060
6161// Optionally components
62- implementation 'qetz.locker:components:1.1.2 '
62+ implementation 'qetz.locker:components:1.1.3 '
6363```
6464
6565#### Maven
@@ -68,15 +68,15 @@ implementation 'qetz.locker:components:1.1.2'
6868<dependency >
6969 <groupId >qetz.locker</groupId >
7070 <artifactId >api</artifactId >
71- <version >1.1.2 </version >
71+ <version >1.1.3 </version >
7272 <scope >compile</scope >
7373</dependency >
7474
7575<!-- Optionally components -->
7676<dependency >
7777 <groupId >qetz.locker</groupId >
7878 <artifactId >components</artifactId >
79- <version >1.1.2 </version >
79+ <version >1.1.3 </version >
8080</dependency >
8181```
8282
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 id ' maven-publish'
44}
55
6+ // Update README.md as well
67version ' 1.1.3'
78
89repositories {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 id ' maven-publish'
44}
55
6+ // Update README.md as well
67version ' 1.1.3'
78
89repositories {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ plugins {
33 id ' java'
44}
55
6+ // Update README.md as well
67version ' 1.1.3'
78
89dependencies {
You can’t perform that action at this time.
0 commit comments