Skip to content

Commit

Permalink
Bump version to 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domegabri committed Sep 29, 2021
1 parent 2695b47 commit a2ce021
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

## [3.7.3] - 2021-09-30
### Changed
- Bump GDK to version 0.0.45.post1

### Fixed
- Ignore expired server certs in Jade PIN requests

## [3.7.2] - 2021-09-24
### Added
- Add SPV support to singlesig wallets in app settings
Expand Down
4 changes: 2 additions & 2 deletions green/build.gradle
Expand Up @@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
versionCode 372
versionName "3.7.2"
versionCode 373
versionName "3.7.3"
setProperty("archivesBaseName", "BlockstreamGreen" + "-v" + versionName)

// Export schemas
Expand Down

0 comments on commit a2ce021

Please sign in to comment.