Skip to content

Commit f2c49a8

Browse files
committed
MOBILE-1268 release: Bump version numbers for Moodle Mobile 2.4
1 parent 9f955b2 commit f2c49a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<widget id="com.moodle.moodlemobile" version="2.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.moodle.moodlemobile" version="2.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Moodle Mobile</name>
44
<description>Official Moodle Mobile app</description>
55
<author href="http://moodle.com" email="[email protected]">Juan Leyva</author>

www/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app_id" : "com.moodle.moodlemobile",
3-
"versioncode" : "2004",
4-
"versionname" : "2.3",
3+
"versioncode" : "2005",
4+
"versionname" : "2.4",
55
"cache_expiration_time" : 300000,
66
"default_lang" : "en",
77
"languages": {"ar": "عربي", "bg": "Български", "ca": "Català", "cs": "Čeština", "de": "Deutsch","en": "English", "es": "Español", "es-mx": "Español - México", "eu": "Euskara", "fa": "فارسی", "fr" : "Français", "he" : "עברית", "hu": "magyar", "it": "Italiano", "ja": "日本語","nl": "Nederlands", "pl": "Polski", "pt-br": "Português - Brasil", "ru": "Русский", "sv": "Svenska", "tr" : "Türkçe", "zh-cn" : "简体中文", "zh-tw" : "正體中文"},

www/errorreport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Using JS confirm function we are sure that the user get notified in a Mobile device.
1717
// This script should be added at the begining of the index.html and it should only use native javascript functions.
1818

19-
var appVersion = '2.3 (2004)',
19+
var appVersion = '2.4 (2005)',
2020
reportInBackgroundName = 'mmCoreReportInBackground',
2121
errors = [];
2222

0 commit comments

Comments
 (0)