File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
Please check our [ developers guide] ( https://gitlab.com/tokend/developers-guide )
8
8
for further information about branching and tagging conventions.
9
9
10
- ## [ Unreleased ]
10
+ ## [ 1.16.2 ] 2022-10-10
11
11
12
12
### Added
13
13
- Password visibility toggles to all the password inputs
@@ -442,7 +442,8 @@ with ability to copy
442
442
443
443
- Error on sign in when user has balances with unknown asset details
444
444
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)
446
447
[ 1.16.1 ] : https://github.com/tokend/android-client/compare/1.16.0(27)...1.16.1(28)
447
448
[ 1.16.0 ] : https://github.com/tokend/android-client/compare/1.15.3(26)...1.16.0(27)
448
449
[ 1.15.3 ] : https://github.com/tokend/android-client/compare/1.15.2(25)...1.15.3(26)
Original file line number Diff line number Diff line change 4
4
// Application ID - unique identifier of the app in Google Play and on user's device
5
5
application_id = ' org.tokend.template'
6
6
// Version Name - human-readable app version
7
- version_name = ' 1.16.1 '
7
+ version_name = ' 1.16.2 '
8
8
// Version Code - code number for version,
9
9
// must be incremented after each release
10
- version_code = 28
10
+ version_code = 29
11
11
12
12
// --------------------------
13
13
You can’t perform that action at this time.
0 commit comments