From d06e43e95e08799e1a5fdede81720e9ee2b04843 Mon Sep 17 00:00:00 2001 From: Sam Thorogood Date: Tue, 16 Jun 2020 10:56:23 +1000 Subject: [PATCH] v1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89b7709..33ec668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-text-encoding", - "version": "1.0.2", + "version": "1.0.3", "description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8", "main": "text.min.js", "repository": "https://github.com/samthor/fast-text-encoding.git",