Update version and changelog

pull/1012/head 9.6
Alex Baker 6 years ago
parent a1df03ddd1
commit 7ca58c413c

@ -1,7 +1,7 @@
Change Log Change Log
--- ---
======= =======
### 9.6 (2020-06-05) ### 9.6 (2020-06-06)
* Add support for offline lists. Offline lists support manual ordering and infinite-depth subtasks * Add support for offline lists. Offline lists support manual ordering and infinite-depth subtasks
* Rename 'My order' to 'Astrid manual sorting' for 'My Tasks', 'Today', and tags * Rename 'My order' to 'Astrid manual sorting' for 'My Tasks', 'Today', and tags

@ -42,7 +42,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 90600 versionCode = 90602
versionName = "9.6" versionName = "9.6"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)

Loading…
Cancel
Save