Skip to content

Commit 025e644

Browse files
author
Casey Thomas
committed
Bump version to 0.2.0
1 parent dac30a4 commit 025e644

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

geojson.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function(GeoJSON) {
2-
GeoJSON.version = '0.1.5';
2+
GeoJSON.version = '0.2.0';
33

44
// Allow user to specify default parameters
55
GeoJSON.defaults = {};
@@ -188,4 +188,4 @@
188188
return properties;
189189
}
190190

191-
}(typeof module == 'object' ? module.exports : window.GeoJSON = {}));
191+
}(typeof module == 'object' ? module.exports : window.GeoJSON = {}));

geojson.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "geojson",
33
"description": "Convert an array of geographic objects to GeoJSON",
44
"author": "Casey Thomas <caseypthomas@gmail.com>",
5-
"version": "0.1.5",
5+
"version": "0.2.0",
66
"main": "./geojson",
77
"repository": {
88
"type": "git",
@@ -20,7 +20,7 @@
2020
"grunt-lib-phantomjs": "~0.3.1"
2121
},
2222
"engines": {
23-
"node": "0.8.x"
23+
"node": "0.10.x"
2424
},
2525
"scripts": {
2626
"test": "mocha"

0 commit comments

Comments
 (0)