Update version and changelog

pull/1336/head 11.3.3
Alex Baker 3 years ago
parent 5ff6b885f7
commit 78a691a3e1

@ -1,3 +1,11 @@
### 11.3.3 (2021-01-30)
* Fix all-day due date synchronization
([#1325](https://github.com/tasks/tasks/issues/1325))
* Update translations
* Basque - @osoitz
* Russian - Nikita Epifanov
### 11.3.2 (2021-01-28)
* Fix recurrence sync issue

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110304
versionName = "11.3.2"
versionCode = 110305
versionName = "11.3.3"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,2 @@
* Fix all-day due date synchronization
* Update translations
Loading…
Cancel
Save