MOBILE-4616 chore: Bump version to 4.5.0

main
Pau Ferrer Ocaña 2024-07-10 09:52:08 +02:00
parent 20fdc6ba7a
commit c8b1b01a16
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="44100" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.4.1.0" version="4.4.1" versionCode="44100" 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="45000" id="com.moodle.moodlemobile" ios-CFBundleVersion="4.5.0.0" version="4.5.0" versionCode="45000" 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="mobile@moodle.com" href="http://moodle.com">Moodle Mobile team</author>
@ -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.4.1 (44100)" />
<preference name="AppendUserAgent" value="MoodleMobile 4.5.0 (45000)" />
<preference name="BackupWebStorage" value="none" />
<preference name="ScrollEnabled" value="false" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
@ -91,7 +91,7 @@
<true />
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="CFBundleShortVersionString">
<string>4.4.1</string>
<string>4.5.0</string>
</edit-config>
<edit-config file="*-Info.plist" mode="overwrite" target="CFBundleLocalizations">
<array>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "moodlemobile",
"version": "4.4.1",
"version": "4.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "moodlemobile",
"version": "4.4.1",
"version": "4.5.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "moodlemobile",
"version": "4.4.1",
"version": "4.5.0",
"description": "The official app for Moodle.",
"author": {
"name": "Moodle Pty Ltd.",