Skip to content

Commit

Permalink
Merge pull request #369 from chrismayer/version-bump-2.1beta3
Browse files Browse the repository at this point in the history
Set version numbers to 2.1.0-beta.3
  • Loading branch information
chrismayer committed Nov 4, 2015
2 parents ca8abf1 + 3428e42 commit 6352cb1
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.3",
"compatVersion": "2.1.0-beta.3",
"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.3',
environment = [],
extVersions = Ext.versions.extjs,
isExt5 = false,
Expand Down

0 comments on commit 6352cb1

Please sign in to comment.