Skip to content

Commit e0c7749

Browse files
committed
rev 0.0.5
1 parent de1c860 commit e0c7749

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/privnote

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ process.title = 'privnote';
88
var privnote = require('../lib/privnote-cli');
99

1010
var cli = require('cli').enable("help", "version");
11-
cli.setApp("privnote-cli", "0.0.4");
11+
cli.setApp("privnote-cli", "0.0.5");
1212

1313
cli.parse();
1414
cli.withStdin(function(note) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "privnote-cli",
33
"description": "nodejs wrapper for privnote.com",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"maintainers": [
66
{
77
"name": "Alan Norton",
88
"email": "me@alannorton.com",
9-
"web": "https://github.com/nonrational/privnote-cli/tree/npm"
9+
"web": "https://github.com/nonrational/privnote-cli"
1010
}
1111
],
1212
"bin": {

0 commit comments

Comments
 (0)