Skip to content

Commit 9382cd3

Browse files
committed
Update Cesium version.
1 parent 65a40a2 commit 9382cd3

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
@@ -107,7 +107,7 @@
107107

108108
<!-- Inputs -->
109109
<!-- this version should be set to the upcoming version, so it can be tagged without requiring a bump first -->
110-
<property name="version" value="1.3" />
110+
<property name="version" value="1.4" />
111111
<property name="sourceDirectory" location="Source" />
112112
<property name="shadersDirectory" location="${sourceDirectory}/Shaders" />
113113
<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.3.0",
3+
"version": "1.4.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)