Skip to content

Commit 1f5efb7

Browse files
committed
Increment to version 4.0.0
1 parent 43a4852 commit 1f5efb7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.0] - 2023-04-16
7+
8+
### Fixed
9+
- Fix 2FA reset procedure
10+
611
## [4.0.0-beta5] - 2023-04-06
712

813
### Added

green/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
defaultConfig {
3333
minSdkVersion 23
3434
targetSdkVersion 33
35-
versionCode 397
36-
versionName "4.0.0-beta5"
35+
versionCode 400
36+
versionName "4.0.0"
3737
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)
3838

3939
// Export schemas

0 commit comments

Comments
 (0)