Skip to content

Commit

Permalink
Merge pull request #365 from chrismayer/master
Browse files Browse the repository at this point in the history
Set version numbers to 2.1.0-beta.2
  • Loading branch information
chrismayer committed Sep 25, 2015
2 parents 1a33319 + 11bd5d1 commit ea172ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "GeoExt",
"type": "code",
"version": "2.1.0-dev",
"compatVersion": "2.1.0-dev",
"version": "2.1.0-beta.2",
"compatVersion": "2.1.0-beta.2",
"description": "A JavaScript Toolkit for Rich Web Mapping Applications based on OpenLayers and ExtJS.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/GeoExt/Version.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
var major = 2,
minor = 1,
patch = 0,
label = 'dev',
label = 'beta.2',
environment = [],
extVersions = Ext.versions.extjs,
isExt5 = false,
Expand Down

0 comments on commit ea172ec

Please sign in to comment.