SDK version bump

This commit is contained in:
Honza 2023-01-30 14:23:39 +01:00
parent 2e8d335ef3
commit f929ab9008
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Change Log
==========
Unreleased
------------------------------------
## 1.13.0-beta01
### Changed
- The SDK's internal networking has been refactored to a separate Gradle module `lightwallet-client-lib` (and
therefore a separate artifact) which is a transitive dependency of the Zcash Android SDK.
- The `z.cash.ecc.android.sdk.model.LightWalletEndpoint` class has been moved to `co.electriccoin.lightwallet.client.model.LightWalletEndpoint`

View File

@ -22,7 +22,7 @@ ZCASH_ASCII_GPG_KEY=
# Configures whether release is an unstable snapshot, therefore published to the snapshot repository.
IS_SNAPSHOT=true
LIBRARY_VERSION=1.12.0-beta01
LIBRARY_VERSION=1.13.0-beta01
# Kotlin compiler warnings can be considered errors, failing the build.
ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true