From 60e5ebd92ba8fee4592189d3fc8c013a3dd86794 Mon Sep 17 00:00:00 2001 From: Philipe Navarro Date: Fri, 22 Jan 2021 15:25:34 -0800 Subject: [PATCH] v0.4.1 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4bb51e..eb84e86 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ npm install -g @rasphilco/leif $ leif COMMAND running command... $ leif (-v|--version|version) -@rasphilco/leif/0.4.0 darwin-x64 node-v12.14.1 +@rasphilco/leif/0.4.1 darwin-x64 node-v12.14.1 $ leif --help [COMMAND] USAGE $ leif COMMAND @@ -46,7 +46,7 @@ ARGUMENTS SCOPE scope of repos to remove ``` -_See code: [src/commands/cleanup.ts](https://github.com/RasPhilCo/leif/blob/v0.4.0/src/commands/cleanup.ts)_ +_See code: [src/commands/cleanup.ts](https://github.com/RasPhilCo/leif/blob/v0.4.1/src/commands/cleanup.ts)_ ## `leif help [COMMAND]` @@ -83,5 +83,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.4.0/src/commands/run.ts)_ +_See code: [src/commands/run.ts](https://github.com/RasPhilCo/leif/blob/v0.4.1/src/commands/run.ts)_ diff --git a/package.json b/package.json index 1e2ce4b..7877667 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rasphilco/leif", "description": "multi-repo syncronization & management tool", - "version": "0.4.0", + "version": "0.4.1", "author": "RasPhilCo @RasPhilCo", "bin": { "leif": "./bin/run"