Skip to content

Commit 2e6a5d4

Browse files
committed
Increment to version 3.9.2
1 parent c1fe45c commit 2e6a5d4

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+
## [3.9.2] - 2023-01-17
7+
8+
### Added
9+
- Added CSAT forms
10+
611
## [3.9.1] - 2022-12-15
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 31
35-
versionCode 391
36-
versionName "3.9.1"
35+
versionCode 392
36+
versionName "3.9.2"
3737
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)
3838

3939
// Export schemas

0 commit comments

Comments
 (0)