Skip to content

Commit

Permalink
chore: bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
y4n9b0 committed May 9, 2024
1 parent 590b7d9 commit 6f89956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TtleOsis works on Android 5.0+ (API level 21+) and Java 8+.
Releases
--------
```groovy
implementation 'com.github.y4n9b0:ttleosis:1.0.1'
implementation 'com.github.y4n9b0:ttleosis:1.0.2'
```

The latest release is available on [JitPack](https://jitpack.io/#y4n9b0/ttleosis),
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ dependencies {

ext {
releaseArtifactId = 'ttleosis'
releaseVersion = '1.0.1'
releaseVersion = '1.0.2'
}
apply from: "${rootDir}/mvn-publish.gradle"

0 comments on commit 6f89956

Please sign in to comment.