Skip to content

Commit 183b8bf

Browse files
committed
Update version to b30
1 parent bec4f77 commit 183b8bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
<!-- Inputs -->
108108
<!-- this version should be set to the upcoming version, so it can be tagged without requiring a bump first -->
109-
<property name="version" value="b29" />
109+
<property name="version" value="b30" />
110110
<property name="sourceDirectory" location="Source" />
111111
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
112112
<property name="examplesDirectory" location="Examples" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "0.29.0",
3+
"version": "0.30.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)