Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Oct 13, 2020
1 parent 08c401b commit 709457a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Pure Java (java.util), no dependencies, very small method count.
**Gradle:**
```
dependencies {
implementation 'com.g00fy2:versioncompare:1.3.6'
implementation 'com.g00fy2:versioncompare:1.3.7'
}
```
**Maven:**
```
<dependency>
<groupId>com.g00fy2</groupId>
<artifactId>versioncompare</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</dependency>
```

Expand Down Expand Up @@ -89,7 +89,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.3.6/version-compare-1.3.6-sample.apk)**
**Try out the sample app to compare your version inputs: [Download APK](https://github.com/G00fY2/version-compare/releases/download/1.3.7/version-compare-1.3.7-sample.apk)**

## License
Copyright (C) 2018 Thomas Wirth
Expand Down
2 changes: 1 addition & 1 deletion versioncompare/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
issueUrl = 'https://github.com/G00fY2/version-compare/issues'
gitUrl = 'https://github.com/G00fY2/version-compare.git'

libraryVersion = '1.3.6'
libraryVersion = '1.3.7'

developerId = 'g00fy2'
developerName = 'Thomas Wirth'
Expand Down

0 comments on commit 709457a

Please sign in to comment.