Skip to content

Commit 6a528aa

Browse files
author
Casey Thomas
committed
Bump version to 0.1.5
1 parent 80af671 commit 6a528aa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

geojson.js

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

44
// Allow user to specify default parameters
55
GeoJSON.defaults = {};

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: 1 addition & 1 deletion
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.4",
5+
"version": "0.1.5",
66
"main": "./geojson",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)