Skip to content

Commit 4128757

Browse files
committed
MOBILE-3523 release: Definitive version for 3.9.3
1 parent 4e9894a commit 4128757

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="39300" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.3.0" version="3.9.3-dev" versionCode="39300" 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="39300" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.3.0" version="3.9.3" versionCode="39300" 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.3-dev</string>
244+
<string>3.9.3</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": 3930,
6-
"versionname": "3.9.3-dev",
6+
"versionname": "3.9.3",
77
"cache_update_frequency_usually": 420000,
88
"cache_update_frequency_often": 1200000,
99
"cache_update_frequency_sometimes": 3600000,

0 commit comments

Comments
 (0)