From 1ef132b66bd49b4f72f293c1751dbb442b002956 Mon Sep 17 00:00:00 2001 From: Igor Bubelov Date: Fri, 3 May 2024 17:29:38 +0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++-- app/build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cea02ad..8d2613d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e77c8d32..121eaefd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 {