From 8af59ccbba4fd1f4c9404e6078dca6770e0b251b Mon Sep 17 00:00:00 2001 From: Zeh Fernando Date: Sat, 15 Dec 2018 20:30:23 -0500 Subject: [PATCH] 6.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ce3ba4..e4d4958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dasm", - "version": "6.0.0", + "version": "6.0.1", "description": "An emscripten-compiled version of the dasm macro assembler", "main": "./lib/index.js", "types": "./lib/index.d.ts",