From 576ba7390c00484c6386f0ff5055736b3650b5df Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Fri, 5 Feb 2016 03:11:26 +0100 Subject: [PATCH] Prepare for release. --- js/data_storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/data_storage.js b/js/data_storage.js index 61a170a2..3c56846f 100755 --- a/js/data_storage.js +++ b/js/data_storage.js @@ -1,7 +1,7 @@ 'use strict'; var CONFIGURATOR = { - 'releaseDate': 1448724175378, // new Date().getTime() - Sat Nov 28 2015 15:22:51 GMT+0000 (GMT Standard Time) + 'releaseDate': 1454638198085, // new Date().getTime() - Fri Feb 05 2016 03:09:53 GMT+0100 // all versions are specified and compared using semantic versioning http://semver.org/ 'apiVersionAccepted': '1.2.0',