Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hennessyevan committed Sep 13, 2019
1 parent 92d91d6 commit bc167d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -96,7 +96,7 @@ $ npm install -g gooseberry
$ gooseberry COMMAND
running command...
$ gooseberry (-v|--version|version)
gooseberry/0.1.1 darwin-x64 node-v12.1.0
gooseberry/0.1.2 darwin-x64 node-v12.1.0
$ gooseberry --help [COMMAND]
USAGE
$ gooseberry COMMAND
Expand Down Expand Up @@ -143,7 +143,7 @@ EXAMPLES
$ gooseberry seed [collection]
```

_See code: [src/commands/seed.ts](https://github.com/hennessyevan/gooseberry/blob/v0.1.1/src/commands/seed.ts)_
_See code: [src/commands/seed.ts](https://github.com/hennessyevan/gooseberry/blob/v0.1.2/src/commands/seed.ts)_
<!-- commandsstop -->

# Credits
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "gooseberry",
"description": "Mongoose seeder with smart IDs and validation",
"version": "0.1.1",
"version": "0.1.2",
"author": "hennessyevan @hennessyevan",
"bin": {
"gooseberry": "./bin/run"
Expand Down

0 comments on commit bc167d6

Please sign in to comment.