Skip to content

Commit 9ac8f6a

Browse files
committed
Update version to 1.16.2(29)
1 parent 7ea918f commit 9ac8f6a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
Please check our [developers guide](https://gitlab.com/tokend/developers-guide)
88
for further information about branching and tagging conventions.
99

10-
## [Unreleased]
10+
## [1.16.2] 2022-10-10
1111

1212
### Added
1313
- Password visibility toggles to all the password inputs
@@ -442,7 +442,8 @@ with ability to copy
442442

443443
- Error on sign in when user has balances with unknown asset details
444444

445-
[Unreleased]: https://github.com/tokend/android-client/compare/1.16.1(28)...HEAD
445+
[Unreleased]: https://github.com/tokend/android-client/compare/1.16.2(29)...HEAD
446+
[1.16.2]: https://github.com/tokend/android-client/compare/1.16.1(28)...1.16.2(29)
446447
[1.16.1]: https://github.com/tokend/android-client/compare/1.16.0(27)...1.16.1(28)
447448
[1.16.0]: https://github.com/tokend/android-client/compare/1.15.3(26)...1.16.0(27)
448449
[1.15.3]: https://github.com/tokend/android-client/compare/1.15.2(25)...1.15.3(26)

app/app_config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ ext {
44
// Application ID - unique identifier of the app in Google Play and on user's device
55
application_id = 'org.tokend.template'
66
// Version Name - human-readable app version
7-
version_name = '1.16.1'
7+
version_name = '1.16.2'
88
// Version Code - code number for version,
99
// must be incremented after each release
10-
version_code = 28
10+
version_code = 29
1111

1212
// --------------------------
1313

0 commit comments

Comments
 (0)