From 51c8ed18047642b4d0bbee20a9ea40eacd691382 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Tue, 8 Mar 2022 16:30:09 +0800 Subject: [PATCH] 1.0.3 --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 90beba8..595a8ac 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "pmtiles", - "version": "1.0.2", + "version": "1.0.3", "description": "PMTiles archive decoder for browsers", "main": "dist/index.cjs", "module": "dist/index.mjs",