Skip to content

Commit

Permalink
Update version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Jun 26, 2024
1 parent b60c35a commit a559460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.6.0] - 2024-06-26

### Fixed
- Sending WalletConnect transaction with 0 energy if its payload is too large
Expand Down Expand Up @@ -119,7 +119,8 @@ but to unshield the funds CryptoX Concordium wallet must be used

- Last release without changelog.

[Unreleased]: https://github.com/Concordium/concordium-reference-wallet-android/compare/1.5.1...HEAD
[Unreleased]: https://github.com/Concordium/concordium-reference-wallet-android/compare/1.6.0...HEAD
[1.6.0]: https://github.com/Concordium/concordium-reference-wallet-android/compare/1.5.1...1.6.0
[1.5.1]: https://github.com/Concordium/concordium-reference-wallet-android/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/Concordium/concordium-reference-wallet-android/compare/1.3.0...1.5.0
[1.3.0]: https://github.com/Concordium/concordium-reference-wallet-android/compare/1.2.1...1.3.0
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ tasks.withType(Test) {
def versionBuildNumberMajor = 1
def versionBuildNumberMinor = 6
def versionBuildNumberPatch = 0
def versionBuildNumberMeta = "-rc.3"
def versionBuildNumberSequential = 74
def versionBuildNumberMeta = ""
def versionBuildNumberSequential = 75

task printVersionName {
doLast {
Expand Down

0 comments on commit a559460

Please sign in to comment.