Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Thomas committed Sep 25, 2014
1 parent dac30a4 commit 025e644
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions geojson.js
@@ -1,5 +1,5 @@
(function(GeoJSON) {
GeoJSON.version = '0.1.5';
GeoJSON.version = '0.2.0';

// Allow user to specify default parameters
GeoJSON.defaults = {};
Expand Down Expand Up @@ -188,4 +188,4 @@
return properties;
}

}(typeof module == 'object' ? module.exports : window.GeoJSON = {}));
}(typeof module == 'object' ? module.exports : window.GeoJSON = {}));
4 changes: 2 additions & 2 deletions geojson.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "geojson",
"description": "Convert an array of geographic objects to GeoJSON",
"author": "Casey Thomas <caseypthomas@gmail.com>",
"version": "0.1.5",
"version": "0.2.0",
"main": "./geojson",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"grunt-lib-phantomjs": "~0.3.1"
},
"engines": {
"node": "0.8.x"
"node": "0.10.x"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 025e644

Please sign in to comment.