Skip to content

Commit

Permalink
🔖 v0.14.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Jun 14, 2023
1 parent 16551df commit aff28b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scriptcat",
"version": "0.13.2",
"version": "0.14.0-beta",
"description": "脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情!",
"author": "CodFrm",
"license": "GPLv3",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ScriptCat",
"version": "0.13.2",
"version": "0.14.0.1010",
"author": "CodFrm",
"description": "脚本猫,一个用户脚本管理器,支持后台脚本、定时脚本、页面脚本,可编写脚本每天帮你自动处理事务.",
"options_ui": {
Expand Down
2 changes: 1 addition & 1 deletion src/types/scriptcat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ declare function CAT_fileStorage(
declare function CAT_fileStorage(action: "config"): void;

/**
* 脚本猫定时脚本重试错误, 当你的脚本出现错误时, 可以reject返回此错误, 以便脚本猫重试
* 脚本猫后台脚本重试, 当你的脚本出现错误时, 可以reject返回此错误, 以便脚本猫重试
* 重试时间请注意不要与脚本执行时间冲突, 否则可能会导致重复执行, 最小重试时间为5s
* @class CATRetryError
*/
Expand Down

0 comments on commit aff28b4

Please sign in to comment.