Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Mar 23, 2021
1 parent f14f1d5 commit e03247a
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 @@ -13,15 +13,15 @@ Pure Java (java.util), no dependencies, very small method count.
**Gradle:**
```
dependencies {
implementation("io.github.g00fy2:versioncompare:1.4.0")
implementation("io.github.g00fy2:versioncompare:1.4.1")
}
```
**Maven:**
```
<dependency>
<groupId>io.github.g00fy2</groupId>
<artifactId>versioncompare</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down Expand Up @@ -90,7 +90,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.0/version-compare-1.4.0-sample.apk)**
**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)**

## 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.0"
rootProject.version = "1.4.0" // set version for sonarcloud
version = "1.4.1"
rootProject.version = "1.4.1" // set version for sonarcloud

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

0 comments on commit e03247a

Please sign in to comment.