Brion VIBBER has submitted this change and it was merged. Change subject: Bump Version number and Update CHANGELOG ......................................................................
Bump Version number and Update CHANGELOG Change-Id: I24e35675eff39fb39cc5363ec4277cf1e18c2c04 GitHub: https://github.com/wikimedia/apps-android-commons/pull/31 --- M CHANGELOG.md M commons/AndroidManifest.xml 2 files changed, 9 insertions(+), 2 deletions(-) Approvals: Brion VIBBER: Verified; Looks good to me, approved diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f32b97..074b74b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Wikimedia Commons for Android +## v1.0 beta 10 +- Successfully reached double digit beta number +- Honeycomb fixes +- Fix crash when uploading multiple files +- Make thumbnail loading faster +- i18n updates + ## v1.0 beta 9 - Sharper, higher resolution image thumbnails used - Better caching mechanism in place for image thumbnails diff --git a/commons/AndroidManifest.xml b/commons/AndroidManifest.xml index 9ec5810..02cfcf6 100644 --- a/commons/AndroidManifest.xml +++ b/commons/AndroidManifest.xml @@ -1,7 +1,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.wikimedia.commons" - android:versionCode="10" - android:versionName="1.0beta9" > + android:versionCode="11" + android:versionName="1.0beta10" > <uses-sdk android:minSdkVersion="9" -- To view, visit https://gerrit.wikimedia.org/r/73996 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I24e35675eff39fb39cc5363ec4277cf1e18c2c04 Gerrit-PatchSet: 1 Gerrit-Project: apps/android/commons Gerrit-Branch: master Gerrit-Owner: SuchABot <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
