Skip to content

Commit

Permalink
Merge release into develop (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
costular authored Oct 19, 2023
1 parent 59c324a commit d004f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d004f9e

Please sign in to comment.