From a26c666001f28745a2dfa31d9bf81c2d9cb89ee7 Mon Sep 17 00:00:00 2001 From: teoxoy <28601907+teoxoy@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:57:00 +0200 Subject: [PATCH] release v2.2.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0053858..6e51b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lua-in-js", - "version": "2.2.1", + "version": "2.2.2", "description": "A Lua to JS transpiler/runtime", "keywords": [ "lua", @@ -51,4 +51,4 @@ "rollup-plugin-typescript2": "^0.25.2", "typescript": "^3.7.2" } -} +} \ No newline at end of file