Skip to content

Commit d23d109

Browse files
committed
0.1.1
1 parent ad75b61 commit d23d109

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install -g cdt
2121
$ cdt COMMAND
2222
running command...
2323
$ cdt (-v|--version|version)
24-
cdt/0.1.0 darwin-x64 node-v12.9.0
24+
cdt/0.1.1 darwin-x64 node-v12.9.0
2525
$ cdt --help [COMMAND]
2626
USAGE
2727
$ cdt COMMAND
@@ -53,7 +53,7 @@ OPTIONS
5353
-s, --string=string string to be encrypted/decrypted
5454
```
5555

56-
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.1.0/src/commands/crypto.ts)_
56+
_See code: [src/commands/crypto.ts](https://github.com/codingtools/cdt/blob/v0.1.1/src/commands/crypto.ts)_
5757

5858
## `cdt hash [STRING]`
5959

@@ -70,7 +70,7 @@ OPTIONS
7070
-t, --type=type type of hash [SHA1(default), MD5, SHA256, SHA512, RMD160 or RIPEMD160]
7171
```
7272

73-
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.1.0/src/commands/hash.ts)_
73+
_See code: [src/commands/hash.ts](https://github.com/codingtools/cdt/blob/v0.1.1/src/commands/hash.ts)_
7474

7575
## `cdt help [COMMAND]`
7676

@@ -103,5 +103,5 @@ OPTIONS
103103
-t, --type=type type of file to be minified, it will try to find type with extension
104104
```
105105

106-
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.0/src/commands/minify.ts)_
106+
_See code: [src/commands/minify.ts](https://github.com/codingtools/cdt/blob/v0.1.1/src/commands/minify.ts)_
107107
<!-- 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": "cdt",
33
"description": "Command Line tools for CODERs",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "Ashish Patel @ashishpatel0720",
66
"bin": {
77
"cdt": "./bin/run"

0 commit comments

Comments
 (0)