Skip to content

Commit

Permalink
MOBILE-4362 core: Bump version code to 43001
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Nov 10, 2023
1 parent dafce79 commit a351331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="43000" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.3.0.0" version="4.3.0" versionCode="43000" 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">
<widget android-versionCode="43001" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.3.0.1" version="4.3.0" versionCode="43001" 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">
<name>Moodle</name>
<description>Moodle official app</description>
<author email="[email protected]" href="http://moodle.com">Moodle Mobile team</author>
Expand Down Expand Up @@ -28,7 +28,7 @@
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="prerendered-icon" value="true" />
<preference name="AppendUserAgent" value="MoodleMobile 4.3.0 (43000)" />
<preference name="AppendUserAgent" value="MoodleMobile 4.3.0 (43001)" />
<preference name="BackupWebStorage" value="none" />
<preference name="ScrollEnabled" value="false" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
Expand Down
2 changes: 1 addition & 1 deletion moodle.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app_id": "com.moodle.moodlemobile",
"appname": "Moodle Mobile",
"versioncode": 43000,
"versioncode": 43001,
"versionname": "4.3.0",
"cache_update_frequency_usually": 420000,
"cache_update_frequency_often": 1200000,
Expand Down

0 comments on commit a351331

Please sign in to comment.