Skip to content

Commit

Permalink
bump 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Jan 28, 2024
1 parent fa65533 commit 34a02bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/aliyundrive-rename.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name 阿里云盘批量重命名
// @namespace vite-plugin-monkey
// @version 0.5.3
// @version 0.5.4
// @author a1mersnow
// @description 批量重命名阿里云盘里的文件
// @license GPL
Expand Down Expand Up @@ -528,7 +528,7 @@
}
const name = "aliyundrive-rename";
const type = "module";
const version = "0.5.3";
const version = "0.5.4";
const packageManager = "pnpm@8.15.0";
const description = "Batch rename files of aliyundrive.";
const author = "a1mersnow";
Expand Down Expand Up @@ -604,7 +604,7 @@
return `有新版本(${newVersion.value})啦!点击更新~`;
});
vue.onMounted(async () => {
const res = await fetch("https://update.greasyfork.org/scripts/479295/%E9%98%BF%E9%87%8C%E4%BA%91%E7%9B%98%E6%89%B9%E9%87%8F%E9%87%8D%E5%91%BD%E5%90%8D.meta.js");
const res = await fetch(`https://update.greasyfork.org/scripts/479295/%E9%98%BF%E9%87%8C%E4%BA%91%E7%9B%98%E6%89%B9%E9%87%8F%E9%87%8D%E5%91%BD%E5%90%8D.meta.js?t=${Date.now()}`);
if (res.ok) {
const raw = await res.text();
const regular = /@version\s+([0-9]\.[0-9]\.[0-9])/;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aliyundrive-rename",
"type": "module",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"packageManager": "pnpm@8.15.0",
"description": "Batch rename files of aliyundrive.",
Expand Down

0 comments on commit 34a02bb

Please sign in to comment.