diff --git a/package.json b/package.json index f163ed06..b42a7a18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xigua/scratch-vm", - "version": "1.16.2-beta", + "version": "1.17.0", "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": "61c067a4889531555a066c74eaf13f4baabc3e27" + "sha": "2dfa5bfc34f0648c04ebb5e82c91eb036824866f" }, "main": "./src/index.js", "browser": "./src/index.js",