File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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.4 '
59+ compileOnly 'qetz.locker:api:1.1.5 '
6060
6161// Optionally components
62- implementation 'qetz.locker:components:1.1.4 '
62+ implementation 'qetz.locker:components:1.1.5 '
6363```
6464
6565#### Maven
@@ -68,15 +68,15 @@ implementation 'qetz.locker:components:1.1.4'
6868<dependency >
6969 <groupId >qetz.locker</groupId >
7070 <artifactId >api</artifactId >
71- <version >1.1.4 </version >
71+ <version >1.1.5 </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.4 </version >
79+ <version >1.1.5 </version >
8080</dependency >
8181```
8282
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66// Update README.md as well
7- version ' 1.1.4 '
7+ version ' 1.1.5 '
88
99repositories {
1010 mavenCentral()
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66// Update README.md as well
7- version ' 1.1.4 '
7+ version ' 1.1.5 '
88
99repositories {
1010 mavenCentral()
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66// Update README.md as well
7- version ' 1.1.4 '
7+ version ' 1.1.5 '
88
99dependencies {
1010 implementation project(' :api' )
You can’t perform that action at this time.
0 commit comments