diff --git a/CHANGELOG.md b/CHANGELOG.md index 818f8be72..4115d5b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Wikimedia Commons for Android +## v1.10 +- Bugfix for null location crash + ## v1.9 - Bugfix for null pages array crash - New feature: Added option to use GPS to find nearby categories if picture is not geotagged diff --git a/commons/AndroidManifest.xml b/commons/AndroidManifest.xml index 030d13548..273f41c81 100644 --- a/commons/AndroidManifest.xml +++ b/commons/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="26" + android:versionName="1.10" >