Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
quangvinh2080 committed Aug 26, 2022
1 parent cfb059a commit c4c8e3e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ npm install -g @quangvinh2080/google-drive-cli
$ google-drive COMMAND
running command...
$ google-drive (-v|--version|version)
@quangvinh2080/google-drive-cli/0.0.2 linux-x64 node-v14.15.5
@quangvinh2080/google-drive-cli/0.0.3 linux-x64 node-v14.15.5
$ google-drive --help [COMMAND]
USAGE
$ google-drive COMMAND
Expand Down
2 changes: 1 addition & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ EXAMPLE
$ gdrive about:get'
```

_See code: [src/commands/about/get.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.2/src/commands/about/get.ts)_
_See code: [src/commands/about/get.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.3/src/commands/about/get.ts)_
2 changes: 1 addition & 1 deletion docs/drives.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ EXAMPLE
$ gdrive drives:list
```

_See code: [src/commands/drives/list.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.2/src/commands/drives/list.ts)_
_See code: [src/commands/drives/list.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.3/src/commands/drives/list.ts)_
8 changes: 4 additions & 4 deletions docs/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EXAMPLE
$ gdrive files:create --path ./example --rawOutput
```

_See code: [src/commands/files/create.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.2/src/commands/files/create.ts)_
_See code: [src/commands/files/create.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.3/src/commands/files/create.ts)_

## `google-drive files:delete`

Expand All @@ -64,7 +64,7 @@ EXAMPLE
$ gdrive files:delete --fileId=<fileId>
```

_See code: [src/commands/files/delete.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.2/src/commands/files/delete.ts)_
_See code: [src/commands/files/delete.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.3/src/commands/files/delete.ts)_

## `google-drive files:emptyTrash`

Expand All @@ -82,7 +82,7 @@ EXAMPLE
$ gdrive files:emptyTrash
```

_See code: [src/commands/files/emptyTrash.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.2/src/commands/files/emptyTrash.ts)_
_See code: [src/commands/files/emptyTrash.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.3/src/commands/files/emptyTrash.ts)_

## `google-drive files:list`

Expand Down Expand Up @@ -130,4 +130,4 @@ EXAMPLE
$ gdrive files:list --driveId=<driveId>
```

_See code: [src/commands/files/list.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.2/src/commands/files/list.ts)_
_See code: [src/commands/files/list.ts](https://github.com/quangvinh2080/google-drive-cli/blob/v0.0.3/src/commands/files/list.ts)_
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quangvinh2080/google-drive-cli",
"description": "A simple helper cli to interact with google drive.",
"version": "0.0.2",
"version": "0.0.3",
"bin": {
"google-drive": "./bin/run"
},
Expand Down

0 comments on commit c4c8e3e

Please sign in to comment.