Skip to content
This repository was archived by the owner on Jul 5, 2018. It is now read-only.

Commit 560d13b

Browse files
Bumping version numbers for 1.2.1 bug fix release
1 parent b7c90af commit 560d13b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
3-
package="org.wikipedia.wlm" android:versionName="1.2" android:versionCode="6" android:installLocation="auto">
3+
package="org.wikipedia.wlm" android:versionName="1.2" android:versionCode="7" android:installLocation="auto">
44
<supports-screens
55
android:largeScreens="true"
66
android:normalScreens="true"

assets/www/js/config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ var WLMConfig = {
99
WIKI_LOVES_MONUMENTS_HOMEPAGE: 'http://www.wikilovesmonuments.org/',
1010
WIKIPEDIA: 'https://$1.wikipedia.org',
1111
WIKIPEDIA_API: 'https://$1.wikipedia.org/w/api.php',
12-
VERSION_NUMBER: 1.2,
13-
VERSION_NAME: 'Big Ben' // famous monument name (next should begin with C)
12+
VERSION_NUMBER: '1.2.1',
13+
VERSION_NAME: 'Big Ben', // famous monument name (next should begin with C)
14+
15+
// app specific
16+
THUMB_SIZE: 64 * window.devicePixelRatio
1417
};

0 commit comments

Comments
 (0)