From 0d084a64838a8ceeb6d5d53e049bf8ad8069d5f3 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Mon, 22 May 2017 15:55:51 +0200 Subject: [PATCH] [enh] Upgrade Cesium 0.12.2 -> 0.12.5 --- cesium.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cesium.js b/cesium.js index 875f2ef..9c4efa5 100644 --- a/cesium.js +++ b/cesium.js @@ -8,7 +8,7 @@ const AdmZip = require('adm-zip'), tmp = require('tmp'); -const CESIUM_VERSION = '0.12.2'; +const CESIUM_VERSION = '0.12.5'; const CESIUM_RELEASE = 'https://github.com/duniter/cesium/releases/download/v' + CESIUM_VERSION + '/cesium-v' + CESIUM_VERSION + '-web.zip'; const OUTPUT_ZIP = tmp.fileSync().name; const EXTRACT_PATH = path.join(__dirname, './cesium'); -- GitLab