From 417346ad3e842e3b63cd6641fb19e335b0d70975 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 29 May 2021 01:42:12 -0600 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60f9852..8744cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xtz", - "version": "1.0.1", + "version": "1.0.2", "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": {