Brion VIBBER has submitted this change and it was merged. Change subject: Updated CHANGELOG and bumped version number ......................................................................
Updated CHANGELOG and bumped version number Change-Id: I3e48ce6a621afb6034460380a123feb73435ba59 --- M CHANGELOG.md M commons/AndroidManifest.xml 2 files changed, 7 insertions(+), 2 deletions(-) Approvals: Brion VIBBER: Verified; Looks good to me, approved diff --git a/CHANGELOG.md b/CHANGELOG.md index 074b74b..019c3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Wikimedia Commons for Android +## v1.0 beta 11 +- New Launcher Icon +- Fix bug with licensing templates +- i18n updates + ## v1.0 beta 10 - Successfully reached double digit beta number - Honeycomb fixes diff --git a/commons/AndroidManifest.xml b/commons/AndroidManifest.xml index a9b6f8d..128efe7 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="11" - android:versionName="1.0beta10" > + android:versionCode="12" + android:versionName="1.0beta11" > <uses-sdk android:minSdkVersion="9" -- To view, visit https://gerrit.wikimedia.org/r/80065 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3e48ce6a621afb6034460380a123feb73435ba59 Gerrit-PatchSet: 1 Gerrit-Project: apps/android/commons Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
