Skip to content

Commit 7f5eef3

Browse files
authored
Merge pull request #2407 from dpalou/MOBILE-3401
Mobile 3401
2 parents 428e753 + 46b8211 commit 7f5eef3

File tree

7 files changed

+110
-48
lines changed

7 files changed

+110
-48
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="38310" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.8.3.0" version="3.8.3-dev" versionCode="38300" 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-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">
33
<name>Moodle</name>
44
<description>Moodle official app</description>
55
<author email="[email protected]" href="http://moodle.com">Moodle Mobile team</author>
@@ -91,7 +91,7 @@
9191
<true />
9292
</edit-config>
9393
<edit-config file="*-Info.plist" mode="merge" target="CFBundleShortVersionString">
94-
<string>3.8.3-dev</string>
94+
<string>3.9.0-dev</string>
9595
</edit-config>
9696
<config-file parent="FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED" target="*-Info.plist">
9797
<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.8.3.0" />
9+
Version="3.9.0.0" />
1010
<Properties>
1111
<DisplayName>Moodle Desktop</DisplayName>
1212
<PublisherDisplayName>Moodle Pty Ltd.</PublisherDisplayName>

0 commit comments

Comments
 (0)