Skip to content

Commit

Permalink
BLD: Updated version to v0.1.0, added contributors, updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
woodb committed Mar 29, 2015
1 parent b3103ee commit 646c1a7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013, Brandon Wood and Geometeor, LLC
Copyright (c) 2015, Brandon Wood and Geometeor, LLC
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ $ geojsplit --help

Usage: geojsplit [-a suffix_length] [-l geometry_count] filename

Version: 0.0.2
Version: 0.1.0

Similar to UNIX split, geojsplit splits up a GeoJSON file into smaller
GeoJSON files. Unlike UNIX split, files cannot simply be concatonated
Expand Down
4 changes: 2 additions & 2 deletions bin/geojsplit
Expand Up @@ -15,7 +15,7 @@
* Create smaller files n geometry objects in length
*
* License:
* Copyright (c) 2013, Brandon Wood and Geometeor, LLC
* Copyright (c) 2015, Brandon Wood and Geometeor, LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -45,7 +45,7 @@

"use strict";

var version = "0.0.2",
var version = "0.1.0",
author = "Brandon Wood <btwood@geometeor.com>";

var fs = require("fs"),
Expand Down
9 changes: 8 additions & 1 deletion package.json
@@ -1,13 +1,20 @@
{
"name": "geojsplit",
"version": "0.0.2",
"version": "0.1.0",
"description": "Splits GeoJSON FeatureCollections to smaller files",
"license": "BSD",
"author": {
"name": "Brandon Wood",
"email": "btwood@geometeor.com",
"url": "http://geometeor.com"
},
"contributors": [
{
"name": "Anatoly Geyfman",
"email": "anatoly@geyfman.net",
"url": "http://www.geyfman.net/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/geometeor/geojsplit.git"
Expand Down

0 comments on commit 646c1a7

Please sign in to comment.