Skip to content

Commit 39b5204

Browse files
committed
Release v0.6.0.
1 parent ba92811 commit 39b5204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var scrawl = require('./www/scrawl');
1010
const yaml = require('js-yaml');
1111

1212
program
13-
.version('0.5.0')
13+
.version('0.6.0')
1414
// the setup switches
1515
.option('-c, --config <file>', 'The YAML configuration file.')
1616
.option('-d, --directory <directory>', 'The directory to process.')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrawl",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "IRC log processing tool for scribes to assist in creating minutes for W3C group.",
55
"keywords": [
66
"IRC",

0 commit comments

Comments
 (0)