diff --git a/CHANGELOG.md b/CHANGELOG.md index f123146d..ff05b41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] -## [1.1.7 (717)] - 2024-09-06 +## [1.1.7 (718)] - 2024-09-06 ### Added - Dependency injection using Koin has been added to the project. This helps us keep the codebase organized while diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md index d25f23cd..60ed6bd0 100644 --- a/docs/whatsNew/WHATS_NEW_EN.md +++ b/docs/whatsNew/WHATS_NEW_EN.md @@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] -## [1.1.7 (717)] - 2024-09-06 +## [1.1.7 (718)] - 2024-09-06 ### Added - We added ZEC/USD currency conversion to Zashi without compromising your IP address. diff --git a/gradle.properties b/gradle.properties index e16da797..7abfbaa6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -61,7 +61,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.6 +ZCASH_VERSION_NAME=1.1.7 # 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