Skip to content

Commit 85dab9d

Browse files
committed
Bump version
1 parent 327598a commit 85dab9d

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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+
## [0.9.2] - 2025-01-25
8+
9+
- Add merchant boosts
10+
- Add comments screen
11+
- Speed up element search within an area
12+
- Show user location marker
13+
- Improve Material theme support
14+
- Remove Google blob from APK
15+
- Show more info on deleted elements
16+
- Add Polish translation
17+
- Add Brazilian translation
18+
- Fix issue with reports
19+
- Fix issue with distance units
20+
- Fix crashes under certain conditions
21+
22+
- Allow users to post merchant comments
23+
- Fix issue with cold sync
24+
- Add special icon for debug builds
25+
- Improve error handling
26+
727
## [0.9.1] - 2025-01-18
828

929
- Allow users to post merchant comments

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "org.btcmap"
1414
minSdk = 29
1515
targetSdk = 35
16-
versionCode = 53
17-
versionName = "0.9.1"
16+
versionCode = 54
17+
versionName = "0.9.2"
1818
}
1919

2020
compileOptions {

app/src/main/kotlin/app/AppModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import area_element.AreaElementQueries
4141
import area_element.AreaElementRepo
4242

4343
val appModule = module {
44-
single { Database(get<Context>().getDatabasePath("btcmap-2025-01-22.db").absolutePath).conn }
44+
single { Database(get<Context>().getDatabasePath("btcmap-2025-01-25.db").absolutePath).conn }
4545

4646
single { ApiImpl() }.bind(Api::class)
4747

0 commit comments

Comments
 (0)