From 68f27d897efd12f64346df1c8b853f5b9241fcb0 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 11 May 2017 08:55:03 +0200
Subject: [PATCH 1/2] [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


From d5db39673b68ff0f98e409d3035577e651eb8be5 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 11 May 2017 08:55:05 +0200
Subject: [PATCH 2/2] v1.1.3

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 44894a6..58b6da9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "duniter-ui",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "main": "index.js",
   "scripts": {
     "postinstall": "node cesium.js",
-- 
GitLab