Skip to content

Commit

Permalink
bump 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Jan 28, 2024
1 parent 64a3ec0 commit 47571c4
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.4
// @version 0.5.5
// @author a1mersnow
// @description 批量重命名阿里云盘里的文件
// @license GPL
Expand Down Expand Up @@ -528,7 +528,7 @@
}
const name = "aliyundrive-rename";
const type = "module";
const version = "0.5.4";
const version = "0.5.5";
const packageManager = "[email protected]";
const description = "Batch rename files of aliyundrive.";
const author = "a1mersnow";
Expand Down Expand Up @@ -598,7 +598,7 @@
const currentVersion = pkg.version;
const newVersion = vue.ref("");
const msg = vue.computed(() => {
if (currentVersion === newVersion.value)
if (!newVersion.value || currentVersion === newVersion.value)
return "";
else
return `有新版本(${newVersion.value})啦!点击更新~`;
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.4",
"version": "0.5.5",
"private": true,
"packageManager": "[email protected]",
"description": "Batch rename files of aliyundrive.",
Expand Down

0 comments on commit 47571c4

Please sign in to comment.