Update version and changelog

pull/2604/head 13.6.2
Alex Baker 7 months ago
parent b477623524
commit 14599eb3c0

@ -1,3 +1,7 @@
### 13.6.2 (2023-11-30)
* Fix updating modification timestamp on edits
### 13.6.1 (2023-11-27)
* Push pending changes when app is backgrounded

@ -55,8 +55,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130603
versionName = "13.6.1"
versionCode = 130604
versionName = "13.6.2"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1 @@
* Fix updating modification timestamp on edits
Loading…
Cancel
Save