Skip to content

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Thomas committed Jan 22, 2014
1 parent 80af671 commit 6a528aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geojson.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(GeoJSON) {
GeoJSON.version = '0.1.4';
GeoJSON.version = '0.1.5';

// Allow user to specify default parameters
GeoJSON.defaults = {};
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "geojson",
"description": "Convert an array of geographic objects to GeoJSON",
"author": "Casey Thomas <[email protected]>",
"version": "0.1.4",
"version": "0.1.5",
"main": "./geojson",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a528aa

Please sign in to comment.