Skip to content

Commit e449259

Browse files
authored
Merge pull request commons-app#305 from misaochan/master
Versioning for release 1.37
2 parents 9d1ed8b + 96a479b commit e449259

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Wikimedia Commons for Android
22

3+
##v1.37
4+
- Added category suggestions based on entered title
5+
36
##v1.36
47
- Fixed Ukranian translations
58

app/src/main/AndroidManifest.xml

+2-2
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="fr.free.nrw.commons"
3-
android:versionCode="54"
4-
android:versionName="1.36" >
3+
android:versionCode="55"
4+
android:versionName="1.37" >
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

0 commit comments

Comments
 (0)