Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit d88ac64

Browse files
committed
0.1.0
1 parent a2a5d21 commit d88ac64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ npm install -g @itchef/rg-cli
1717
$ rg COMMAND
1818
running command...
1919
$ rg (-v|--version|version)
20-
@itchef/rg-cli/0.0.1-4 darwin-x64 node-v11.5.0
20+
@itchef/rg-cli/0.1.0 darwin-x64 node-v11.5.0
2121
$ rg --help [COMMAND]
2222
USAGE
2323
$ rg COMMAND
@@ -61,7 +61,7 @@ OPTIONS
6161
-h, --help show CLI help
6262
```
6363

64-
_See code: [src/commands/new.js](https://github.com/ITChef/rg-cli/blob/v0.0.1-4/src/commands/new.js)_
64+
_See code: [src/commands/new.js](https://github.com/ITChef/rg-cli/blob/v0.1.0/src/commands/new.js)_
6565
<!-- commandsstop -->
6666

6767
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@itchef/rg-cli",
33
"description": "A CLI tool to create and manage initial react project",
4-
"version": "0.0.1-4",
4+
"version": "0.1.0",
55
"author": "Kaustav Chakraborty @phoenixTW",
66
"bin": {
77
"rg": "./bin/run"

0 commit comments

Comments
 (0)