Skip to content

Commit

Permalink
Merge pull request #362 from chrismayer/master
Browse files Browse the repository at this point in the history
Set correct version numbers
  • Loading branch information
chrismayer committed Sep 15, 2015
2 parents a9efeb1 + 724bf98 commit f1e43bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0.4",
"compatVersion": "2.0.3",
"version": "2.1.0-dev",
"compatVersion": "2.1.0-dev",
"description": "A JavaScript Toolkit for Rich Web Mapping Applications based on OpenLayers and ExtJS.",
"main": "index.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions src/GeoExt/Version.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*/
(function() {
var major = 2,
minor = 0,
patch = 4,
minor = 1,
patch = 0,
label = 'dev',
environment = [],
extVersions = Ext.versions.extjs,
Expand Down

0 comments on commit f1e43bb

Please sign in to comment.