From f665c213198a55ac9d284cedc813f088d181cd37 Mon Sep 17 00:00:00 2001 From: nickhu <314484063@qq.com> Date: Fri, 20 Sep 2024 19:04:20 +0800 Subject: [PATCH] v1.3.1-beta.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90e2c06e..2de06b89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xigua/scratch-vm", - "version": "1.22.1", + "version": "1.3.1-beta.1", "description": "Virtual Machine for Scratch 3.0 merged tw-vm", "author": "Massachusetts Institute of Technology", "license": "LGPL-3.0-only", @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "git+ssh://git@github.com/LLK/scratch-vm.git", - "sha": "90b1c5b66ba326354a6af4bd9c2a2c692565a78b" + "sha": "8a60efb93cf8ba7f0ea8c6bc8a549961d631d40b" }, "main": "./src/index.js", "browser": "./src/index.js",