Skip to content

Commit

Permalink
Increment to version 4.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
angelix committed Nov 13, 2024
1 parent 0e7df5b commit e48a2e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [4.0.38] - 2024-11-13

### Added
- Jade QR Mode

### Changed
- Refactor UI to Jetpack Compose Multiplatform
- Refactor Jade API to Kotlin

## [4.0.37] - 2024-10-29

### Changed
Expand Down
4 changes: 2 additions & 2 deletions green/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
defaultConfig {
minSdk = libs.versions.androidMinSdk.get().toInt()
targetSdk = libs.versions.androidTargetSdk.get().toInt()
versionCode = 437
versionName = "4.0.37"
versionCode = 438
versionName = "4.0.38"

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

0 comments on commit e48a2e5

Please sign in to comment.