Skip to content

Commit e9ff44c

Browse files
committed
Bump version to 1.3.4
1 parent 12a71e5 commit e9ff44c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Pure Java (java.util), no dependencies, very small method count.
1212
**Gradle:**
1313
```
1414
dependencies {
15-
implementation 'com.g00fy2:versioncompare:1.3.3'
15+
implementation 'com.g00fy2:versioncompare:1.3.4'
1616
}
1717
```
1818
**Maven:**
1919
```
2020
<dependency>
2121
<groupId>com.g00fy2</groupId>
2222
<artifactId>versioncompare</artifactId>
23-
<version>1.3.3</version>
23+
<version>1.3.4</version>
2424
</dependency>
2525
```
2626

@@ -89,7 +89,7 @@ suffix compare logic ||
8989
## Sample App
9090
![Image](https://raw.githubusercontent.com/G00fY2/version-compare/gh-pages/images/version_compare_sampleapp_framed.png)
9191

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

9494
## License
9595
Copyright (C) 2018 Thomas Wirth

versioncompare/deploy.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
issueUrl = 'https://github.com/G00fY2/version-compare/issues'
1212
gitUrl = 'https://github.com/G00fY2/version-compare.git'
1313

14-
libraryVersion = '1.3.3'
14+
libraryVersion = '1.3.4'
1515

1616
developerId = 'g00fy2'
1717
developerName = 'Thomas Wirth'

0 commit comments

Comments
 (0)