Skip to content

Commit ac5e94b

Browse files
committed
Bumped version number & updated CHANGELOG
1 parent cad50fb commit ac5e94b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Wikimedia Commons for Android
22

3+
## v1.0 beta 5
4+
5+
- Fix bug setting descriptions and author info on multiple image uploads to 'null'
6+
37
## v1.0 beta 4
48
- Switched properly to Holo Dark theme
59
- Multiple uploads support! Select multiple images from gallery and send 'em here!

commons/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="org.wikimedia.commons"
3-
android:versionCode="4"
4-
android:versionName="1.0beta4" >
3+
android:versionCode="5"
4+
android:versionName="1.0beta5" >
55

66
<uses-sdk
77
android:minSdkVersion="9"

0 commit comments

Comments
 (0)