Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Thomas committed Jan 30, 2017
1 parent 9c09a9f commit 2bb4720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion geojson.js
@@ -1,5 +1,5 @@
(function(GeoJSON) {
GeoJSON.version = '0.4.0';
GeoJSON.version = '0.4.1';

// 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.

6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "geojson",
"description": "Turn your geo data into GeoJSON",
"author": "Casey Thomas <caseypthomas@gmail.com>",
"author": "Casey Cesari",
"license": "MIT",
"keywords": "geojson",
"version": "0.4.0",
"version": "0.4.1",
"main": "./geojson",
"repository": {
"type": "git",
"url": "http://github.com/caseypt/geojson.js.git"
"url": "http://github.com/caseycesari/geojson.js.git"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 2bb4720

Please sign in to comment.