From 1f7cf7be6f8c31245525adc3dfd12a743fec9ffd Mon Sep 17 00:00:00 2001 From: Patrick Cozzi Date: Mon, 5 Jan 2015 07:41:30 -0500 Subject: [PATCH] Change version to 1.5 --- build.xml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index db6fac05b9a3..ed151bab1541 100644 --- a/build.xml +++ b/build.xml @@ -107,7 +107,7 @@ - + diff --git a/package.json b/package.json index 7be47dbd4dbc..55e73506b869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "1.4.0", + "version": "1.5.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",