From f31b8b2bca897ced8d071f295f60cdcc6b3d57e1 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Tue, 17 May 2022 14:08:44 +0800 Subject: [PATCH] js 1.0.4 --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 3977e7d..3a8e037 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "pmtiles", - "version": "1.0.3", + "version": "1.0.4", "description": "PMTiles archive decoder for browsers", "main": "dist/index.cjs", "module": "dist/index.mjs",