Skip to content

Commit eed55ae

Browse files
author
Casey Thomas
committed
v0.5.0
1 parent 7ab703a commit eed55ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.4.1';
2+
GeoJSON.version = '0.5.0';
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
@@ -4,7 +4,7 @@
44
"author": "Casey Cesari",
55
"license": "MIT",
66
"keywords": "geojson",
7-
"version": "0.4.1",
7+
"version": "0.5.0",
88
"main": "./geojson",
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)