diff --git a/README.md b/README.md index 02af401..1d65ede 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ $ npm install -g @rasphilco/leif $ leif COMMAND running command... $ leif (-v|--version|version) -@rasphilco/leif/0.9.2 darwin-x64 node-v12.14.1 +@rasphilco/leif/0.10.0 darwin-x64 node-v12.14.1 $ leif --help [COMMAND] USAGE $ leif COMMAND @@ -131,7 +131,7 @@ OPTIONS -a, --all remove all orgs ``` -_See code: [src/commands/cleanup.ts](https://github.com/RasPhilCo/leif/blob/v0.9.2/src/commands/cleanup.ts)_ +_See code: [src/commands/cleanup.ts](https://github.com/RasPhilCo/leif/blob/v0.10.0/src/commands/cleanup.ts)_ ## `leif help [COMMAND]` @@ -168,5 +168,5 @@ OPTIONS -w, --workflow=workflow run a specific workflow instead of all workflows ``` -_See code: [src/commands/run.ts](https://github.com/RasPhilCo/leif/blob/v0.9.2/src/commands/run.ts)_ +_See code: [src/commands/run.ts](https://github.com/RasPhilCo/leif/blob/v0.10.0/src/commands/run.ts)_ diff --git a/package.json b/package.json index f500cf4..8f5b4de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rasphilco/leif", "description": "multi-repo syncronization & management tool", - "version": "0.9.2", + "version": "0.10.0", "author": "RasPhilCo @RasPhilCo", "bin": { "leif": "./bin/run"