From 6d6635b838938f381315bdc6d8a6f9f4a8dc0cc2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 28 May 2021 02:14:17 -0600 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c1106e..4b9fd65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xtz", - "version": "1.0.0", + "version": "1.0.1", "description": "A fast, lightweight, zero-dependency library to translate between Time Zones and UTC with native Intl.DateTimeFormat in ~100 LoC. For Node.js & Browsers.", "main": "xtz.js", "scripts": {