Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed May 3, 2024
1 parent 39cb4b9 commit 1ef132b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.0/).

## [Unreleased]
## [0.7.3] - 2024-05-03

- Bundle the latest data snapshots
- Remove sync progress indicator from the map screen
Expand All @@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Add companion app warnings for the minority of places which require it
- Fix crashes during sync

## [0.7.2] - 2023-04-26
## [0.7.2] - 2024-04-26

- Notify user of new places nearby
- Perform daily sync in background
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "org.btcmap"
minSdk = 27
targetSdk = 34
versionCode = 49
versionName = "0.7.2"
versionCode = 50
versionName = "0.7.3"
}

compileOptions {
Expand Down

0 comments on commit 1ef132b

Please sign in to comment.