We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44c0b2 commit 532a6d9Copy full SHA for 532a6d9
bin/privnote
@@ -8,7 +8,7 @@ process.title = 'privnote';
8
var privnote = require('../lib/privnote-cli');
9
10
var cli = require('cli').enable("help", "version");
11
-cli.setApp("privnote-cli", "0.0.3");
+cli.setApp("privnote-cli", "0.0.4");
12
13
cli.parse();
14
cli.withStdin(function(note) {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "privnote-cli",
3
"description": "nodejs wrapper for privnote.com",
4
- "version": "0.0.3",
+ "version": "0.0.4",
5
"maintainers": [
6
7
"name": "Alan Norton",
0 commit comments