Skip to content

Commit 951615f

Browse files
authored
Merge pull request #358 from misaochan/master
Versioning and changelog for v1.43 release
2 parents fb5054b + 0d31fc1 commit 951615f

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.43
4+
- Added translations for multiple languages
5+
- Minor code optimization
6+
37
##v1.42
48
- Fixed language mappings; successful translatewiki integration
59
- Various translations added

app/src/main/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="fr.free.nrw.commons"
3-
android:versionCode="60"
4-
android:versionName="1.42" >
3+
android:versionCode="61"
4+
android:versionName="1.43" >
55

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

0 commit comments

Comments
 (0)