mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Bumped version number & updated CHANGELOG
This commit is contained in:
parent
cad50fb4c6
commit
ac5e94bf25
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
## v1.0 beta 5
|
||||||
|
|
||||||
|
- Fix bug setting descriptions and author info on multiple image uploads to 'null'
|
||||||
|
|
||||||
## v1.0 beta 4
|
## v1.0 beta 4
|
||||||
- Switched properly to Holo Dark theme
|
- Switched properly to Holo Dark theme
|
||||||
- Multiple uploads support! Select multiple images from gallery and send 'em here!
|
- Multiple uploads support! Select multiple images from gallery and send 'em here!
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.wikimedia.commons"
|
package="org.wikimedia.commons"
|
||||||
android:versionCode="4"
|
android:versionCode="5"
|
||||||
android:versionName="1.0beta4" >
|
android:versionName="1.0beta5" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="9"
|
android:minSdkVersion="9"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue