Skip to content

Commit 4c2e758

Browse files
committed
Bump version to 1.1.5
1 parent e7354d8 commit 4c2e758

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

99
repositories {
1010
mavenCentral()

components/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

99
repositories {
1010
mavenCentral()

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

99
dependencies {
1010
implementation project(':api')

0 commit comments

Comments
 (0)