From a5c8a0b006700f5cb524b27d095d2693b646b348 Mon Sep 17 00:00:00 2001 From: X3ZvaWQ Date: Tue, 13 Feb 2024 23:24:50 +0800 Subject: [PATCH] publish: 1.18.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fde837a..1f74037 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wasmoon-lua5.1", - "version": "1.17.2", + "version": "1.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wasmoon-lua5.1", - "version": "1.17.2", + "version": "1.18.1", "license": "MIT", "dependencies": { "@types/emscripten": "^1.39.10", diff --git a/package.json b/package.json index 28c20bc..f38aae2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wasmoon-lua5.1", - "version": "1.18.0", + "version": "1.18.1", "description": "A real lua 5.1 VM with JS bindings made with webassembly", "main": "dist/index.js", "scripts": {