From 1c887b510f5fab822ad43b136924586cac47a2e0 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 11 May 2017 08:55:03 +0200 Subject: [PATCH] [enh] update cesium to v.0.12.2. --- cesium.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cesium.js b/cesium.js index 2026fa1..875f2ef 100644 --- a/cesium.js +++ b/cesium.js @@ -8,7 +8,7 @@ const AdmZip = require('adm-zip'), tmp = require('tmp'); -const CESIUM_VERSION = '0.11.8'; +const CESIUM_VERSION = '0.12.2'; 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