Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Feb 12, 2019
1 parent 76a2f02 commit 25d5c32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The first two are more manual in case git hooks aren't your thing while the last
helps automate.

<!-- toc -->
* [pear](#pear)
* [pear [![CircleCI][badge]][circleci]](#pear-circle-ci-badge-circleci)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
Expand All @@ -25,7 +25,7 @@ $ npm install -g @jonallured/pear
$ pear COMMAND
running command...
$ pear (-v|--version|version)
@jonallured/pear/0.1.0 darwin-x64 node-v11.6.0
@jonallured/pear/0.2.0 darwin-x64 node-v10.15.1
$ pear --help [COMMAND]
USAGE
$ pear COMMAND
Expand Down Expand Up @@ -53,7 +53,7 @@ USAGE
$ pear amend
```

_See code: [src/commands/amend.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/amend.ts)_
_See code: [src/commands/amend.ts](https://github.com/jonallured/pear/blob/v0.2.0/src/commands/amend.ts)_

## `pear current`

Expand All @@ -64,7 +64,7 @@ USAGE
$ pear current
```

_See code: [src/commands/current/index.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/current/index.ts)_
_See code: [src/commands/current/index.ts](https://github.com/jonallured/pear/blob/v0.2.0/src/commands/current/index.ts)_

## `pear current:add`

Expand All @@ -75,7 +75,7 @@ USAGE
$ pear current:add
```

_See code: [src/commands/current/add.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/current/add.ts)_
_See code: [src/commands/current/add.ts](https://github.com/jonallured/pear/blob/v0.2.0/src/commands/current/add.ts)_

## `pear current:clear`

Expand All @@ -86,7 +86,7 @@ USAGE
$ pear current:clear
```

_See code: [src/commands/current/clear.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/current/clear.ts)_
_See code: [src/commands/current/clear.ts](https://github.com/jonallured/pear/blob/v0.2.0/src/commands/current/clear.ts)_

## `pear current:trailer`

Expand All @@ -97,7 +97,7 @@ USAGE
$ pear current:trailer
```

_See code: [src/commands/current/trailer.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/current/trailer.ts)_
_See code: [src/commands/current/trailer.ts](https://github.com/jonallured/pear/blob/v0.2.0/src/commands/current/trailer.ts)_

## `pear help [COMMAND]`

Expand Down Expand Up @@ -125,7 +125,7 @@ USAGE
$ pear init
```

_See code: [src/commands/init.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/jonallured/pear/blob/v0.2.0/src/commands/init.ts)_

## `pear known`

Expand All @@ -136,7 +136,7 @@ USAGE
$ pear known
```

_See code: [src/commands/known/index.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/known/index.ts)_
_See code: [src/commands/known/index.ts](https://github.com/jonallured/pear/blob/v0.2.0/src/commands/known/index.ts)_

## `pear known:add`

Expand All @@ -147,7 +147,7 @@ USAGE
$ pear known:add
```

_See code: [src/commands/known/add.ts](https://github.com/jonallured/pear/blob/v0.1.0/src/commands/known/add.ts)_
_See code: [src/commands/known/add.ts](https://github.com/jonallured/pear/blob/v0.2.0/src/commands/known/add.ts)_
<!-- commandsstop -->

[badge]: https://circleci.com/gh/jonallured/pear.svg?style=svg
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jonallured/pear",
"description": "Credit where credit is due.",
"version": "0.1.0",
"version": "0.2.0",
"author": "Jon Allured @jonallured",
"bin": {
"pear": "./bin/run"
Expand Down

0 comments on commit 25d5c32

Please sign in to comment.