diff --git a/build/assets/template/sandbox.html b/build/assets/template/sandbox.html index 539c3c80..dc97b0eb 100644 --- a/build/assets/template/sandbox.html +++ b/build/assets/template/sandbox.html @@ -1,12 +1,19 @@ - - - - - Document - - - - - \ No newline at end of file + + + + + + Document + + + diff --git a/package.json b/package.json index d2e7a188..a1742fba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scriptcat", - "version": "0.10.0-beta.1", + "version": "0.10.0-beta.2", "description": "脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情!", "author": "CodFrm", "license": "GPLv3", diff --git a/src/app/const.ts b/src/app/const.ts index e96475cb..55e0e8b2 100644 --- a/src/app/const.ts +++ b/src/app/const.ts @@ -1,4 +1,4 @@ -export const ExtVersion = "0.10.0-beta.1"; +export const ExtVersion = "0.10.0-beta.2"; export const Server = "https://sc.icodef.com/"; diff --git a/src/manifest.json b/src/manifest.json index edd57c7a..ecfed8f5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ScriptCat", - "version": "0.10.0.1020", + "version": "0.10.0.1030", "author": "CodFrm", "description": "脚本猫,一个用户脚本管理器,支持后台脚本、定时脚本、页面脚本,可编写脚本每天帮你自动处理事务.", "options_ui": {