Skip to content

Commit

Permalink
bump 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a1mersnow committed Feb 5, 2024
1 parent f4a00b1 commit 993217b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.7.0
// @version 0.7.1
// @author a1mersnow
// @description 批量重命名阿里云盘里的文件
// @license GPL
Expand Down Expand Up @@ -1204,7 +1204,7 @@
}
const name = "aliyundrive-rename";
const type = "module";
const version = "0.7.0";
const version = "0.7.1";
const packageManager = "pnpm@8.15.0";
const description = "Batch rename files of aliyundrive.";
const author = "a1mersnow";
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.7.0",
"version": "0.7.1",
"private": true,
"packageManager": "pnpm@8.15.0",
"description": "Batch rename files of aliyundrive.",
Expand Down

0 comments on commit 993217b

Please sign in to comment.