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

Bump Java version to 0.2.1 for release

This commit is contained in:
Jack Lloyd 2021-01-11 14:49:39 -05:00
parent eb74fa235c
commit 7f87232e3d

View File

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