From 48a9ac45c570e4596238b7c02214e034c7fc49c4 Mon Sep 17 00:00:00 2001 From: Scott Hunter Date: Mon, 2 Jun 2014 15:07:39 -0400 Subject: [PATCH] Bump version. --- CHANGES.md | 2 +- build.xml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3e55c8d8aaf7..04c6fda67694 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,7 +21,7 @@ Beta Releases destination : ellipsoid.cartographicToCartesian(cartographic) }); scene.animations.add(flight); - + * Removed `CesiumWidget.onRenderLoopError` and `Viewer.renderLoopError`. They have been replaced by `Scene.renderError`. * Renamed `CompositePrimitive` to `PrimitiveCollection` and added an `options` parameter to the constructor function. * Removed `Shapes.compute2DCircle`, `Shapes.computeCircleBoundary` and `Shapes.computeEllipseBoundary`. Instead, use `CircleOutlineGeometry` and `EllipseOutlineGeometry`. See the [tutorial](http://cesiumjs.org/2013/11/04/Geometry-and-Appearances/). diff --git a/build.xml b/build.xml index 6f7aebc34a6e..6c72d209178f 100644 --- a/build.xml +++ b/build.xml @@ -130,7 +130,7 @@ - + diff --git a/package.json b/package.json index 1776e3203af2..0875c4075bc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.28.0", + "version": "0.29.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",