Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit b6143e0

Browse files
committed
Version 4.0.1
1 parent 7364903 commit b6143e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@derkraken/cr-dl",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A tool to quickly download anime from Crunchyroll",
55
"main": "lib/api/CrDl.js",
66
"types": "lib/api/CrDl.d.ts",

src/commands/cr-dl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { logout } from "./cr-dl-logout";
55
import { language } from "./cr-dl-language";
66
import { download } from "./cr-dl-download";
77

8-
program.version("4.0.0")
8+
program.version("4.0.1")
99
.addCommand(login)
1010
.addCommand(logout)
1111
.addCommand(language)

0 commit comments

Comments
 (0)