Skip to content

Commit 316bb7e

Browse files
committed
0.0.7
1 parent f55e01d commit 316bb7e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g clocki
2222
$ clocki COMMAND
2323
running command...
2424
$ clocki (-v|--version|version)
25-
clocki/0.0.6 darwin-x64 node-v10.10.0
25+
clocki/0.0.7 darwin-x64 node-v10.10.0
2626
$ clocki --help [COMMAND]
2727
USAGE
2828
$ clocki COMMAND
@@ -74,7 +74,7 @@ ALIASES
7474
$ clocki hello
7575
```
7676

77-
_See code: [src/commands/in.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.6/src/commands/in.ts)_
77+
_See code: [src/commands/in.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.7/src/commands/in.ts)_
7878

7979
## `clocki out`
8080

@@ -94,7 +94,7 @@ ALIASES
9494
$ clocki goodbye
9595
```
9696

97-
_See code: [src/commands/out.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.6/src/commands/out.ts)_
97+
_See code: [src/commands/out.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.7/src/commands/out.ts)_
9898

9999
## `clocki report`
100100

@@ -111,7 +111,7 @@ OPTIONS
111111
-w, --week Weekly report
112112
```
113113

114-
_See code: [src/commands/report.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.6/src/commands/report.ts)_
114+
_See code: [src/commands/report.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.7/src/commands/report.ts)_
115115

116116
## `clocki task [TASK]`
117117

@@ -131,5 +131,5 @@ ALIASES
131131
$ clocki work
132132
```
133133

134-
_See code: [src/commands/task.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.6/src/commands/task.ts)_
134+
_See code: [src/commands/task.ts](https://github.com/fsschmitt/clocki-cli/blob/v0.0.7/src/commands/task.ts)_
135135
<!-- commandsstop -->

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clocki",
33
"description": "A simple tool to track in-and-out time and taks done during the day",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"author": "fsschmitt @fsschmitt",
66
"bin": {
77
"clocki": "./bin/run"

0 commit comments

Comments
 (0)