Skip to content

Commit 009df0d

Browse files
committed
MOBILE-3617 release: Bump version for 3.9.4
1 parent b9cb611 commit 009df0d

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="39400" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.4.0" version="3.9.4-dev" versionCode="39400" 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="39400" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.4.0" version="3.9.4" versionCode="39400" 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>
@@ -244,7 +244,7 @@
244244
<true />
245245
</edit-config>
246246
<edit-config file="*-Info.plist" mode="merge" target="CFBundleShortVersionString">
247-
<string>3.9.4-dev</string>
247+
<string>3.9.4</string>
248248
</edit-config>
249249
<config-file parent="FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED" target="*-Info.plist">
250250
<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": 3940,
6-
"versionname": "3.9.4-dev",
6+
"versionname": "3.9.4",
77
"cache_update_frequency_usually": 420000,
88
"cache_update_frequency_often": 1200000,
99
"cache_update_frequency_sometimes": 3600000,

0 commit comments

Comments
 (0)