Skip to content

Commit

Permalink
MOBILE-1363 release: Bump version numbers for 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva committed Dec 28, 2015
1 parent f20bcf0 commit 5a69da5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.moodle.moodlemobile" version="2.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.moodle.moodlemobile" version="2.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Moodle Mobile</name>
<description>Official Moodle Mobile app</description>
<author href="http://moodle.com" email="[email protected]">Juan Leyva</author>
Expand Down
4 changes: 2 additions & 2 deletions www/config.json
Original file line number Diff line number Diff line change
@@ -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" : "正體中文"},
Expand Down
2 changes: 1 addition & 1 deletion www/errorreport.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit 5a69da5

Please sign in to comment.