From 3559a7401d71bc5f0f10b11e16cdf827c1aa32aa Mon Sep 17 00:00:00 2001 From: Jeshurun Hembd Date: Mon, 3 Jun 2024 19:21:26 -0400 Subject: [PATCH] Fix version number for download zip --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3df63d5c8689..9ff79717a8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.118.2", + "version": "1.118.0", "description": "CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.", "homepage": "http://cesium.com/cesiumjs/", "license": "Apache-2.0",