From 7691cd2349450b8b58e56da481c7d82bdd298229 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 19 Jan 2021 13:48:13 +1100 Subject: [PATCH] 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8318587..b00dd68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cborg", - "version": "1.0.2", + "version": "1.0.3", "description": "Fast CBOR with a focus on strictness", "main": "cborg.js", "type": "module",