From 7f0e6acde6492d5b0902b213dde77d0621e2d61a Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Sun, 7 Aug 2022 11:09:39 +0300 Subject: [PATCH] Update Cesium to 1.96 (#2398) --- bin/install_cesium.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_cesium.sh b/bin/install_cesium.sh index a4c7fe221..bf12c068a 100755 --- a/bin/install_cesium.sh +++ b/bin/install_cesium.sh @@ -27,7 +27,7 @@ BIN_DIR=`pwd` BUILD_DIR='/tmp/build_cesium' WEB_DIR=cesium UNZIP_DIR="$BUILD_DIR/$WEB_DIR" -CESIUM_VERSION="1.94" +CESIUM_VERSION="1.96" #### if [ -z "$USER_NAME" ] ; then