From 8a1adfa0262d1203e86546934cbdeec91e26f2cc Mon Sep 17 00:00:00 2001 From: Brian Reavis Date: Sat, 8 Nov 2014 23:32:12 -0700 Subject: [PATCH] Released 0.3.0. [publish binary] --- AUTHORS | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index f2b6d86d..feb0b6e7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ Brandon Reavis Brian Reavis +Brian Reavis Dane Springmeyer Ryan Clark Sean Gillies diff --git a/package.json b/package.json index 8330c1f9..cf331dc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gdal", - "version": "0.2.0", + "version": "0.3.0", "description": "Bindings to GDAL (Geospatial Data Abstraction Library)", "url": "http://github.com/naturalatlas/node-gdal", "main": "./lib/gdal.js",