From 31b917f5d6694eb8288eabbdd15f1919b327304c Mon Sep 17 00:00:00 2001 From: Patrick Cozzi Date: Wed, 1 Apr 2015 08:32:04 -0400 Subject: [PATCH] Fix Cesium version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55aed1d8c8de..1cc5844e35d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.8", + "version": "1.8.0", "description": "Cesium is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.", "homepage": "http://cesiumjs.org", "license": "Apache-2.0",