Skip to content

Commit c6738c5

Browse files
committed
Increase version to 4.0.1
1 parent 672d9b2 commit c6738c5

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.1] - 2023-04-19
7+
8+
### Changed
9+
- Bump GDK version to 0.0.61
10+
611
## [4.0.0] - 2023-04-16
712

813
### Fixed

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 400
36-
versionName "4.0.0"
35+
versionCode 401
36+
versionName "4.0.1"
3737
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)
3838

3939
// Export schemas

0 commit comments

Comments
 (0)