From 709457a12e5e5df8472187a3b8c721a0c3cfb658 Mon Sep 17 00:00:00 2001 From: Thomas Wirth Date: Tue, 13 Oct 2020 14:35:16 +0200 Subject: [PATCH] Bump version --- README.md | 6 +++--- versioncompare/deploy.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 082f194..90994db 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 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:** @@ -20,7 +20,7 @@ dependencies { com.g00fy2 versioncompare - 1.3.6 + 1.3.7 ``` @@ -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 diff --git a/versioncompare/deploy.gradle b/versioncompare/deploy.gradle index 70bcfbc..ab188eb 100644 --- a/versioncompare/deploy.gradle +++ b/versioncompare/deploy.gradle @@ -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'