Update version and changelog

pull/1136/head
Alex Baker 5 years ago
parent 2c73535278
commit 49998cb178

@ -1,6 +1,11 @@
Change Log Change Log
--- ---
======= =======
### 10.0.3 (2020-09-16)
* Fix crash from calendar event snackbar
* Fix crash when setting Google Maps markers
### 10.0.2 (2020-09-14) ### 10.0.2 (2020-09-14)
* Fix crash from corrupted custom filter * Fix crash from corrupted custom filter

@ -44,8 +44,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 100012 versionCode = 100013
versionName = "10.0.2" versionName = "10.0.3"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner" testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,2 @@
* Fix crash from calendar event snackbar
* Fix crash when setting Google Maps markers
Loading…
Cancel
Save