diff --git a/config.xml b/config.xml index 453b80d278d..cd7f7968f55 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Moodle Mobile Official Moodle Mobile app Juan Leyva diff --git a/www/config.json b/www/config.json index 724fb1733ad..b62c563cea0 100644 --- a/www/config.json +++ b/www/config.json @@ -1,7 +1,7 @@ { "app_id" : "com.moodle.moodlemobile", - "versioncode" : "2007", - "versionname" : "2.6", + "versioncode" : "2008", + "versionname" : "2.7", "cache_expiration_time" : 300000, "default_lang" : "en", "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" : "正體中文"}, diff --git a/www/errorreport.js b/www/errorreport.js index 968c4cde3d4..8da66ba639e 100644 --- a/www/errorreport.js +++ b/www/errorreport.js @@ -16,7 +16,7 @@ // Using JS confirm function we are sure that the user get notified in a Mobile device. // This script should be added at the begining of the index.html and it should only use native javascript functions. -var appVersion = '2.6 (2007)', +var appVersion = '2.7 (2008)', reportInBackgroundName = 'mmCoreReportInBackground', errors = [], ignoredFiles = ['www/index.html#/site/mod_page', 'www/index.html#/site/mod_resource', 'www/index.html#/site/mm_course-section'];