From 6a58284ff1c25ca8f9901cd3c73db3b027c5e649 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Mon, 12 Jun 2023 10:34:35 +0200 Subject: [PATCH] MOBILE-4362 config: Increase version to 4.3.0 --- config.xml | 6 +++--- moodle.config.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.xml b/config.xml index d174f910c..a3aa7260c 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Moodle Moodle official app Moodle Mobile team @@ -27,7 +27,7 @@ - + @@ -227,7 +227,7 @@ - 4.2.0 + 4.3.0 diff --git a/moodle.config.json b/moodle.config.json index b521642cd..48d7ba498 100644 --- a/moodle.config.json +++ b/moodle.config.json @@ -1,8 +1,8 @@ { "app_id": "com.moodle.moodlemobile", "appname": "Moodle Mobile", - "versioncode": 42000, - "versionname": "4.2.0", + "versioncode": 43000, + "versionname": "4.3.0", "cache_update_frequency_usually": 420000, "cache_update_frequency_often": 1200000, "cache_update_frequency_sometimes": 3600000, diff --git a/package-lock.json b/package-lock.json index 935ed8691..29083f865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "moodlemobile", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 27c567519..aa4a49937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moodlemobile", - "version": "4.2.0", + "version": "4.3.0", "description": "The official app for Moodle.", "author": { "name": "Moodle Pty Ltd.",