From 22234e70c07f66d13cc4264339e10ab17f2fc9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Mon, 9 Jan 2017 14:45:47 +0100 Subject: [PATCH] updated history --- lang-ca.js | 2 +- locale.js | 6 +++--- morphic.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang-ca.js b/lang-ca.js index 006a4055..e2796d52 100644 --- a/lang-ca.js +++ b/lang-ca.js @@ -185,7 +185,7 @@ SnapTranslator.dict.ca = { 'translator_e-mail': 'bernat@arduino.org, jguille2@xtec.cat', // optional 'last_changed': - '2016-12-12', // this, too, will appear in the Translators tab + '2017-01-09', // this, too, will appear in the Translators tab // GUI // control bar: diff --git a/locale.js b/locale.js index dc167c1c..b9efff3c 100644 --- a/locale.js +++ b/locale.js @@ -6,7 +6,7 @@ written by Jens Mönig - Copyright (C) 2016 by Jens Mönig + Copyright (C) 2017 by Jens Mönig This file is part of Snap!. @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2016-December-27'; +modules.locale = '2017-January-09'; // Global stuff @@ -369,7 +369,7 @@ SnapTranslator.dict.ca = { 'translator_e-mail': 'bernat@arduino.org, jguille2@xtec.cat', 'last_changed': - '2016-07-07' + '2017-01-09' }; SnapTranslator.dict.fi = { diff --git a/morphic.js b/morphic.js index 9933cbf7..cbc75895 100644 --- a/morphic.js +++ b/morphic.js @@ -1136,7 +1136,7 @@ /*global window, HTMLCanvasElement, FileReader, Audio, FileList*/ -var morphicVersion = '2017-January-03'; +var morphicVersion = '2017-January-09'; var modules = {}; // keep track of additional loaded modules var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug