Skip to content

Commit 4e281cb

Browse files
committed
Bump version
1 parent b3db74f commit 4e281cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

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

7-
## [Unreleased]
7+
## [1.1.0] - 2026-03-30
88

99
- Add Carto Dark Matter map style
1010
- Display current country and nearby communities on the map

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "org.btcmap"
1818
minSdk = 29
1919
targetSdk = 36
20-
versionCode = 55
21-
versionName = "1.0.0"
20+
versionCode = 56
21+
versionName = "1.1.0"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
}

fastlane/metadata/android/en-US/changelogs/56.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
- Make adaptive color scheme opt in, default to website colors
88
- Improve payment flow
99
- Add support for many new languages
10-
- Improve database testability and test coverage
10+
- Improve testability and test coverage

0 commit comments

Comments
 (0)