diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1e66e9e9..383f725d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Wikimedia Commons for Android -## v2.13 +## v2.13.1 +- Added OpenStreetMap attribution +- Fixed various crashes +- Fixed SQLite error in Nearby map +- Fixed issue with Nearby uploads not being associated with Wikidata p18 + +## v2.13.0 - New media details UI, ability to zoom and pan around image - Added suggestions for a place that needs photos if user uploads a photo that is near one of them - Modifications and fixes to Nearby filters based on user feedback diff --git a/app/build.gradle b/app/build.gradle index 3024a388d0..633e936e94 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -126,8 +126,8 @@ android { defaultConfig { //applicationId 'fr.free.nrw.commons' - versionCode 709 - versionName '2.13' + versionCode 775 + versionName '2.13.1' setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) minSdkVersion 19