diff --git a/README.md b/README.md index ba9318b4..3194bc11 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ $ npm install -g eb-scripts $ eb-scripts COMMAND running command... $ eb-scripts (-v|--version|version) -eb-scripts/2.0.2 linux-x64 node-v13.1.0 +eb-scripts/2.0.3 linux-x64 node-v13.1.0 $ eb-scripts --help [COMMAND] USAGE $ eb-scripts COMMAND @@ -73,7 +73,7 @@ EXAMPLE added: src/MyNewComponent.js ``` -_See code: [src/commands/generate.ts](https://github.com/echobind/eb-scripts/blob/v2.0.2/src/commands/generate.ts)_ +_See code: [src/commands/generate.ts](https://github.com/echobind/eb-scripts/blob/v2.0.3/src/commands/generate.ts)_ ## `eb-scripts help [COMMAND]` @@ -111,7 +111,7 @@ EXAMPLE $ npx eb-scripts init react ``` -_See code: [src/commands/init.ts](https://github.com/echobind/eb-scripts/blob/v2.0.2/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/echobind/eb-scripts/blob/v2.0.3/src/commands/init.ts)_ # Contributing diff --git a/package.json b/package.json index 9e31d796..6ee65902 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eb-scripts", "description": "A CLI and scripts used at Echobind", - "version": "2.0.2", + "version": "2.0.3", "author": "Joe Previte @jsjoeio", "bin": { "eb-scripts": "./bin/run"