Skip to content

Commit 527c3cd

Browse files
xiaohuohumaxgithub-actions[bot]
authored andcommitted
build: 📦 build user script
1 parent 3a26ad9 commit 527c3cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dist/github-commit-sort.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// ==UserScript==
2-
// @name GitHub Commit Sort
2+
// @name GitHub 仓库文件按提交时间排序📅(GitHub Commit Sort
33
// @namespace xiaohuohumax/userscripts/github-commit-sort
4-
// @version 1.1.0
4+
// @version 1.1.1
55
// @author xiaohuohumax
6-
// @description GitHub 仓库文件按提交时间排序
6+
// @description GitHub 仓库无法快速查看最新的变更文件?试试这个 GitHub 仓库文件按提交时间排序的用户脚本吧!
77
// @license MIT
88
// @icon https://github.githubassets.com/favicons/favicon-dark.png
99
// @source https://github.com/xiaohuohumax/userscripts.git
@@ -46,7 +46,7 @@
4646
return debounced;
4747
};
4848
const ID = "github-commit-sort";
49-
const VERSION = "1.1.0";
49+
const VERSION = "1.1.1";
5050
var _GM_addValueChangeListener = /* @__PURE__ */ (() => typeof GM_addValueChangeListener != "undefined" ? GM_addValueChangeListener : void 0)();
5151
var _GM_getValue = /* @__PURE__ */ (() => typeof GM_getValue != "undefined" ? GM_getValue : void 0)();
5252
var _GM_setValue = /* @__PURE__ */ (() => typeof GM_setValue != "undefined" ? GM_setValue : void 0)();

0 commit comments

Comments
 (0)