Skip to content

Commit 6c1d70d

Browse files
committed
Set version numbers to 2.1.0 for final release
1 parent fadc0e7 commit 6c1d70d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "GeoExt",
33
"type": "code",
4-
"version": "2.1.0-dev",
5-
"compatVersion": "2.1.0-dev",
4+
"version": "2.1.0",
5+
"compatVersion": "2.1.0",
66
"description": "A JavaScript Toolkit for Rich Web Mapping Applications based on OpenLayers and ExtJS.",
77
"main": "index.js",
88
"directories": {

src/GeoExt/Version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
var major = 2,
1010
minor = 1,
1111
patch = 0,
12-
label = 'dev',
12+
label = '',
1313
environment = [],
1414
extVersions = Ext.versions.extjs,
1515
isExt5 = false,

0 commit comments

Comments
 (0)