Skip to content

Commit

Permalink
Add version update to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cderszteler committed Jun 19, 2023
1 parent 7b551c0 commit d3e24d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.2'
compileOnly 'qetz.locker:api:1.1.3'
// Optionally components
implementation 'qetz.locker:components:1.1.2'
implementation 'qetz.locker:components:1.1.3'
```

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

<!-- Optionally components -->
<dependency>
<groupId>qetz.locker</groupId>
<artifactId>components</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down
1 change: 1 addition & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'maven-publish'
}

// Update README.md as well
version '1.1.3'

repositories {
Expand Down
1 change: 1 addition & 0 deletions components/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'maven-publish'
}

// Update README.md as well
version '1.1.3'

repositories {
Expand Down
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'java'
}

// Update README.md as well
version '1.1.3'

dependencies {
Expand Down

0 comments on commit d3e24d0

Please sign in to comment.