0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00

Merge pull request #46 from signalapp/jack/bump-java-version

Bump Java .jar to 0.1.3
This commit is contained in:
Jack Lloyd 2020-11-11 13:27:08 -05:00 committed by GitHub
commit aa9eb2122f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
subprojects {
ext.version_number = "0.1.2"
ext.version_number = "0.1.3"
ext.group_info = "org.whispersystems"
if (JavaVersion.current().isJava8Compatible()) {