This commit is contained in:
Bryan Housel
2018-02-01 11:38:41 -05:00
parent 68a4c1c7b8
commit db0858f7d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.6.0';
context.version = '2.6.1';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);