Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cderszteler committed Jun 20, 2023
1 parent 0391c9e commit d450c38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Afterwards you can add the `api` and if you wish the additional `components`:
#### Gradle

```groovy
compileOnly 'qetz.locker:api:1.1.6'
compileOnly 'qetz.locker:api:1.2.0'
// Optionally components
implementation 'qetz.locker:components:1.1.6'
implementation 'qetz.locker:components:1.2.0'
```

#### Maven
Expand All @@ -68,15 +68,15 @@ implementation 'qetz.locker:components:1.1.6'
<dependency>
<groupId>qetz.locker</groupId>
<artifactId>api</artifactId>
<version>1.1.6</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>

<!-- Optionally components -->
<dependency>
<groupId>qetz.locker</groupId>
<artifactId>components</artifactId>
<version>1.1.6</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

// Update README.md as well
version '1.1.6'
version '1.2.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion components/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

// Update README.md as well
version '1.1.6'
version '1.2.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

// Update README.md as well
version '1.1.6'
version '1.2.0'

dependencies {
implementation project(':api')
Expand Down

0 comments on commit d450c38

Please sign in to comment.