Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SageDroid committed Apr 29, 2023
1 parent 55d74a0 commit 0000c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To start using Therlock in your project, add the dependency.
<dependency>
<groupId>com.conena.therlock</groupId>
<artifactId>therlock</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand All @@ -28,7 +28,7 @@ repositories {
}
dependencies {
implementation 'com.conena.therlock:therlock:1.0.0'
implementation 'com.conena.therlock:therlock:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

GROUP=com.conena.therlock
VERSION_NAME=1.0.0
VERSION_NAME=1.1.0

POM_URL=https://github.com/conena/therlock

Expand Down

0 comments on commit 0000c84

Please sign in to comment.