diff --git a/CHANGELOG.md b/CHANGELOG.md index 53056939..fb512dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.1.1 (660)] - 2024-06-05 + ### Added - Grid pattern background has been added to several screens - A new disconnected dialog reminder has been added to inform users about possible server issues diff --git a/gradle.properties b/gradle.properties index 5277b7c2..b86f7f3c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -62,7 +62,7 @@ NDK_DEBUG_SYMBOL_LEVEL=symbol_table # VERSION_CODE is effectively ignored. VERSION_NAME is suffixed with the version code. # If not using automated Google Play deployment, then these serve as the actual version numbers. ZCASH_VERSION_CODE=1 -ZCASH_VERSION_NAME=1.1 +ZCASH_VERSION_NAME=1.1.1 # Set these fields, as you need them (e.g. with values "Zcash X" and "co.electriccoin.zcash.x") # to distinguish a different release build that can be installed alongside the official version