Skip to content

Commit 1628ccd

Browse files
committed
MOBILE-3401 release: Definitive version numbers for 3.9.0
1 parent 0923557 commit 1628ccd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="39000" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.0.0" version="3.9.0-dev" versionCode="39000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="39000" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.0.0" version="3.9.0" versionCode="39000" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Moodle</name>
44
<description>Moodle official app</description>
55
<author email="[email protected]" href="http://moodle.com">Moodle Mobile team</author>
@@ -241,7 +241,7 @@
241241
<true />
242242
</edit-config>
243243
<edit-config file="*-Info.plist" mode="merge" target="CFBundleShortVersionString">
244-
<string>3.9.0-dev</string>
244+
<string>3.9.0</string>
245245
</edit-config>
246246
<config-file parent="FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED" target="*-Info.plist">
247247
<string>YES</string>

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"appname": "Moodle Mobile",
44
"desktopappname": "Moodle Desktop",
55
"versioncode": 3900,
6-
"versionname": "3.9.0-dev",
6+
"versionname": "3.9.0",
77
"cache_update_frequency_usually": 420000,
88
"cache_update_frequency_often": 1200000,
99
"cache_update_frequency_sometimes": 3600000,

0 commit comments

Comments
 (0)