Skip to content

Commit 3a1677f

Browse files
authored
Merge pull request #2643 from dpalou/MOBILE-3617
MOBILE-3617 config: Bump version to 3.9.4-dev
2 parents c6243bc + 47254be commit 3a1677f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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" 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="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">
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.3</string>
247+
<string>3.9.4-dev</string>
248248
</edit-config>
249249
<config-file parent="FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED" target="*-Info.plist">
250250
<string>YES</string>

desktop/assets/windows/AppXManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Identity Name="3312ADB7.MoodleDesktop"
77
ProcessorArchitecture="x64"
88
Publisher="CN=33CDCDF6-1EB5-4827-9897-ED25C91A32F6"
9-
Version="3.9.3.0" />
9+
Version="3.9.4.0" />
1010
<Properties>
1111
<DisplayName>Moodle Desktop</DisplayName>
1212
<PublisherDisplayName>Moodle Pty Ltd.</PublisherDisplayName>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moodlemobile",
3-
"version": "3.9.3",
3+
"version": "3.9.4",
44
"description": "The official app for Moodle.",
55
"author": {
66
"name": "Moodle Pty Ltd.",
@@ -266,7 +266,7 @@
266266
"category": "public.app-category.education",
267267
"icon": "resources/desktop/icon.icns",
268268
"target": "mas",
269-
"bundleVersion": "3.9.3",
269+
"bundleVersion": "3.9.4",
270270
"extendInfo": {
271271
"ElectronTeamID": "2NU57U5PAW",
272272
"NSLocationWhenInUseUsageDescription": "We need your location so you can attach it as part of your submissions.",

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"app_id": "com.moodle.moodlemobile",
33
"appname": "Moodle Mobile",
44
"desktopappname": "Moodle Desktop",
5-
"versioncode": 3930,
6-
"versionname": "3.9.3",
5+
"versioncode": 3940,
6+
"versionname": "3.9.4-dev",
77
"cache_update_frequency_usually": 420000,
88
"cache_update_frequency_often": 1200000,
99
"cache_update_frequency_sometimes": 3600000,

0 commit comments

Comments
 (0)