From 4efb3ad8450baaf68f87aae734f0637d551a34c7 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Fri, 29 Jul 2022 09:55:30 -0400 Subject: [PATCH] Prepare development for 1.0.5 release Bumping the version ensures that subsequent snapshot deployments are bumped to 1.0.4-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2d3ffca..5bbde7c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,4 +28,4 @@ ZCASH_ASCII_GPG_KEY= # Configures whether release is an unstable snapshot, therefore published to the ZCASH_MAVEN_PUBLISH_SNAPSHOT_URL IS_SNAPSHOT=true -LIBRARY_VERSION=1.0.4 +LIBRARY_VERSION=1.0.5