Skip to content

Commit 5a08deb

Browse files
committed
Increment to version 4.0.8
1 parent ee5c571 commit 5a08deb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [4.0.8] - 2023-06-09
7+
8+
### Changed
9+
- Move "Recovery Transactions" setting in "Two-Factor authentication"
10+
11+
### Fixed
12+
- Fix login into Bitcoin Multisig Watch-only wallet
13+
614
## [4.0.7] - 2023-06-08
715

816
### Changed

green/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
defaultConfig {
4343
minSdk = 23
4444
targetSdk = 33
45-
versionCode = 407
46-
versionName = "4.0.7"
45+
versionCode = 408
46+
versionName = "4.0.8"
4747
setProperty("archivesBaseName", "BlockstreamGreen-v$versionName")
4848

4949
testApplicationId = "com.blockstream.green.test"

tag_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _EOF_
1616
}
1717

1818
# ----- Vars
19-
GRADLE_BUILD_FILE='green/build.gradle'
19+
GRADLE_BUILD_FILE='green/build.gradle.kts'
2020

2121
# --- Argument handling
2222
# https://stackoverflow.com/questions/192249/how-do-i-parse-command-line-arguments-in-bash

0 commit comments

Comments
 (0)