Skip to content

Commit

Permalink
chore: bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
y4n9b0 committed May 10, 2024
1 parent 3410447 commit dc92c3e
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.2'
implementation 'com.github.y4n9b0:ttleosis:1.0.3'
```

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 @@ -36,6 +36,6 @@ dependencies {

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

0 comments on commit dc92c3e

Please sign in to comment.