Update version and changelog

pull/1408/head 11.6.1
Alex Baker 3 years ago
parent 5ea1bb3f68
commit 53468263b1

@ -1,5 +1,9 @@
### Shared lists are coming to Tasks! [Read more](https://tasks.org/blog/shared-lists-are-coming)
### 11.6.1 (2021-03-11)
* F-Droid: Fix OpenStreetMap crash
### 11.6 (2021-03-04)
* CalDAV: Display indicator in drawer when a list is shared with other users

@ -45,8 +45,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110602
versionName = "11.6"
versionCode = 110603
versionName = "11.6.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

Loading…
Cancel
Save