Skip to content

Commit 7deeb2d

Browse files
author
share121
committed
build: 版本号
1 parent dfc68d7 commit 7deeb2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async function createFile(filePath: string) {
152152

153153
async function main() {
154154
const program = new Command();
155-
const version = "0.1.8";
155+
const version = "0.1.9";
156156
console.log(`fast-down v${version}`);
157157
program
158158
.name("fast-down")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fast-down",
33
"module": "index.ts",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"devDependencies": {
66
"@types/bun": "latest",
77
"@types/content-disposition": "^0.5.8"

0 commit comments

Comments
 (0)