Skip to content

Commit 48a9ac4

Browse files
committed
Bump version.
1 parent b238de6 commit 48a9ac4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Beta Releases
2121
destination : ellipsoid.cartographicToCartesian(cartographic)
2222
});
2323
scene.animations.add(flight);
24-
24+
2525
* Removed `CesiumWidget.onRenderLoopError` and `Viewer.renderLoopError`. They have been replaced by `Scene.renderError`.
2626
* Renamed `CompositePrimitive` to `PrimitiveCollection` and added an `options` parameter to the constructor function.
2727
* 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/).

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<!-- Inputs -->
132132
<!-- this version should be set to the upcoming version, so it can be tagged without requiring a bump first -->
133-
<property name="version" value="b28" />
133+
<property name="version" value="b29" />
134134
<property name="sourceDirectory" location="Source" />
135135
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
136136
<property name="examplesDirectory" location="Examples" />

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "0.28.0",
3+
"version": "0.29.0",
44
"description": "Cesium is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.",
55
"homepage": "http://cesiumjs.org",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)