Skip to content

Commit 532a6d9

Browse files
committed
0.0.4
1 parent e44c0b2 commit 532a6d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3");
11+
cli.setApp("privnote-cli", "0.0.4");
1212

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "privnote-cli",
33
"description": "nodejs wrapper for privnote.com",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"maintainers": [
66
{
77
"name": "Alan Norton",

0 commit comments

Comments
 (0)