We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a33319 + 11bd5d1 commit ea172ecCopy full SHA for ea172ec
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "GeoExt",
3
"type": "code",
4
- "version": "2.1.0-dev",
5
- "compatVersion": "2.1.0-dev",
+ "version": "2.1.0-beta.2",
+ "compatVersion": "2.1.0-beta.2",
6
"description": "A JavaScript Toolkit for Rich Web Mapping Applications based on OpenLayers and ExtJS.",
7
"main": "index.js",
8
"directories": {
src/GeoExt/Version.js
@@ -9,7 +9,7 @@
9
var major = 2,
10
minor = 1,
11
patch = 0,
12
- label = 'dev',
+ label = 'beta.2',
13
environment = [],
14
extVersions = Ext.versions.extjs,
15
isExt5 = false,
0 commit comments