Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jan 2, 2022
1 parent 4b7c13e commit b53af32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pure Java (java.util), no dependencies, very small method count.

```kotlin
dependencies {
implementation("io.github.g00fy2:versioncompare:1.4.1")
implementation("io.github.g00fy2:versioncompare:1.5.0")
}
```
</details>
Expand All @@ -25,7 +25,7 @@ dependencies {
<dependency>
<groupId>io.github.g00fy2</groupId>
<artifactId>versioncompare</artifactId>
<version>1.4.1</version>
<version>1.5.0</version>
</dependency>
```
</details>
Expand Down Expand Up @@ -124,7 +124,7 @@ suffix compare logic ||
## Sample App
![Image](https://raw.githubusercontent.com/G00fY2/version-compare/gh-pages/images/version_compare_sampleapp_framed.png)

**Try out the sample app to compare your version inputs: [Download APK](https://github.com/G00fY2/version-compare/releases/download/1.4.1/version-compare-1.4.1-sample.apk)**
**Try out the sample app to compare your version inputs: [Download APK](https://github.com/G00fY2/version-compare/releases/download/1.5.0/version-compare-1.5.0-sample.apk)**

## License
Copyright (C) 2021 Thomas Wirth
Expand Down
4 changes: 2 additions & 2 deletions versioncompare/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dependencies {
}

group = "io.github.g00fy2"
version = "1.4.1"
rootProject.version = "1.4.1" // set version for sonarcloud
version = "1.5.0"
rootProject.version = "1.5.0" // set version for sonarcloud

tasks.register<Jar>("javadocJar") {
archiveClassifier.set("javadoc")
Expand Down

0 comments on commit b53af32

Please sign in to comment.