From b5a7663c00447de3e2b8a1b6f412c324a729814d Mon Sep 17 00:00:00 2001 From: DanielJDufour Date: Sun, 28 Aug 2022 21:38:00 -0400 Subject: [PATCH] 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2270bfb..39bcc84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geotiff-palette", - "version": "0.0.0", + "version": "0.1.0", "description": "Get the Palette (aka Color Map) for a GeoTIFF", "main": "index.js", "types": "index.d.ts",