Skip to content

Commit 48d2f5a

Browse files
committed
forgotten to update the version on last fix
1 parent dbed9ca commit 48d2f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Call `git mirror [email protected]:owner/repo.git` will clone to
2424

2525
```sh
2626
Usage: clone <repo>
27-
Version: 0.1.6
27+
Version: 0.1.8
2828

2929
Description:
3030

git-mirror.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const cloneAction = async (options: CloneOptions, repo: string) => {
8080

8181
await new Command()
8282
.name("clone")
83-
.version("0.1.7")
83+
.version("0.1.8")
8484
.description("Clone/Fetch a Git repository into a 'Projects' directory")
8585
.arguments("<repo:string>")
8686
.option("-r, --root <rootDir>", "The root directory.", {

0 commit comments

Comments
 (0)