This commit is contained in:
Bryan Housel
2017-10-09 17:57:42 -04:00
parent e2a7504944
commit d82a34ed83
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.4.2';
context.version = '2.4.3';
// create a special translation that contains the keys in place of the strings
var tkeys = _cloneDeep(dataEn);