From ddce6268a771f544313fb916f4041fecd89e2002 Mon Sep 17 00:00:00 2001 From: TheAkio Date: Wed, 22 Dec 2021 17:04:21 +0100 Subject: [PATCH] Bump NPM package version to 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82fd531..56cabcc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "main": "./js/index.js", "types": "./js/index.d.ts", "name": "erlpack", - "version": "0.1.3", + "version": "0.1.4", "description": "Erlpack is a fast encoder and decoder for the Erlang Term Format (version 131) for JavaScript", "scripts": { "test": "jest"