Skip to content

Commit 2bb4720

Browse files
author
Casey Thomas
committed
v0.4.1
1 parent 9c09a9f commit 2bb4720

3 files changed

Lines changed: 6 additions & 6 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.4.0';
2+
GeoJSON.version = '0.4.1';
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "geojson",
33
"description": "Turn your geo data into GeoJSON",
4-
"author": "Casey Thomas <caseypthomas@gmail.com>",
4+
"author": "Casey Cesari",
55
"license": "MIT",
66
"keywords": "geojson",
7-
"version": "0.4.0",
7+
"version": "0.4.1",
88
"main": "./geojson",
99
"repository": {
1010
"type": "git",
11-
"url": "http://github.com/caseypt/geojson.js.git"
11+
"url": "http://github.com/caseycesari/geojson.js.git"
1212
},
1313
"dependencies": {},
1414
"devDependencies": {

0 commit comments

Comments
 (0)