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 ba92811 commit 39b5204Copy full SHA for 39b5204
index.js
@@ -10,7 +10,7 @@ var scrawl = require('./www/scrawl');
10
const yaml = require('js-yaml');
11
12
program
13
- .version('0.5.0')
+ .version('0.6.0')
14
// the setup switches
15
.option('-c, --config <file>', 'The YAML configuration file.')
16
.option('-d, --directory <directory>', 'The directory to process.')
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "scrawl",
3
- "version": "0.5.0",
+ "version": "0.6.0",
4
"description": "IRC log processing tool for scribes to assist in creating minutes for W3C group.",
5
"keywords": [
6
"IRC",
0 commit comments