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 464073b commit e0429a9Copy full SHA for e0429a9
README
@@ -1,6 +1,6 @@
1
Node-Syslog
2
3
-v0.6
+v0.6.1
4
5
This is an node module (add-on) to work with system log daemon on unix systems.
6
Module is tested with node.js v0.3.3 and metalog, syslog-ng 3.1.1.
nodesyslog.js
@@ -2,7 +2,7 @@
var node_syslog = require('./node-syslog'),
Syslog = node_syslog.Syslog;
-Syslog.version = '0.6.0';
+Syslog.version = '0.6.1';
7
/*
8
* facilities
package.json
{
"name": "node-syslog",
- "version": "0.6.0",
+ "version": "0.6.1",
"directories": {
"lib": "./lib"
},
0 commit comments