Update version and changelog

pull/2298/head 13.2.1
Alex Baker 1 year ago
parent ac0fbccb54
commit 2668e9a1df

@ -1,5 +1,4 @@
### 13.2.0 - (2023-05-07)
### 13.2.1 - (2023-05-09)
* Add 'By list' sort mode [#1265](https://github.com/tasks/tasks/issues/1265)
* Save task when pressing done [#2125](https://github.com/tasks/tasks/pull/2125)
* Use ISO 8601 date formatting for backup filenames [#1550](https://github.com/tasks/tasks/pull/1550)

@ -56,8 +56,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130203
versionName = "13.2"
versionCode = 130204
versionName = "13.2.1"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

Loading…
Cancel
Save