From d004f9ecb936450b0c32d74d4bf9dcc4a90b7a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Francisco=20Concepci=C3=B3n?= Date: Thu, 19 Oct 2023 14:57:23 +0100 Subject: [PATCH] Merge release into develop (#111) --- CHANGELOG.md | 2 +- app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6565ebe..330ca749 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.1.0] 2023-10-19 ### Added - Add ability to postpone reminders dynamically, before only one hour was the only choice diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f4d8a0ab..1b61441c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -15,8 +15,8 @@ android { defaultConfig { applicationId = "com.costular.atomtasks" - versionCode = 10 - versionName = "2.0.0" + versionCode = 11 + versionName = "2.1.0" testInstrumentationRunner = "com.costular.atomtasks.core.testing.AtomTestRunner" javaCompileOptions {