Skip to content

Commit c06d9ce

Browse files
committed
Increment to version 4.1.4
1 parent 93c694e commit c06d9ce

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@ 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.1.3] - 2024-01-09
6+
## [4.1.4] - 2025-01-28
7+
8+
### Changed
9+
- Support Improvements
10+
- Various bug fixes
11+
12+
### Fixed
13+
- Fix amounts in tx list not releaved after clicking eye icon
14+
15+
## [4.1.3] - 2025-01-09
716

817
### Changed
918
- Update dependencies
1019
- Various bug fixes
1120

12-
## [4.1.2] - 2024-01-03
21+
## [4.1.2] - 2025-01-03
1322

1423
### Added
1524
- Bump GDK to version 0.74.2

green/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
defaultConfig {
4141
minSdk = libs.versions.androidMinSdk.get().toInt()
4242
targetSdk = libs.versions.androidTargetSdk.get().toInt()
43-
versionCode = 442
44-
versionName = "4.1.3"
43+
versionCode = 443
44+
versionName = "4.1.4"
4545

4646
setProperty("archivesBaseName", "BlockstreamGreen-v$versionName")
4747
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

0 commit comments

Comments
 (0)