Skip to content

Commit 5e76fa2

Browse files
committed
Update version to 1.11
1 parent 5c1f9b7 commit 5e76fa2

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
@@ -112,7 +112,7 @@
112112

113113
<!-- Inputs -->
114114
<!-- this version should be set to the upcoming version, so it can be tagged without requiring a bump first -->
115-
<property name="version" value="1.10" />
115+
<property name="version" value="1.11" />
116116
<property name="sourceDirectory" location="Source" />
117117
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
118118
<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": "1.10.0",
3+
"version": "1.11.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)