Skip to content

Commit

Permalink
Version bump to 0.26.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jul 15, 2016
1 parent 3e41e9e commit 1861415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// var renderer = new commonmark.HtmlRenderer();
// console.log(renderer.render(parser.parse('Hello *world*')));

module.exports.version = '0.25.1';
module.exports.version = '0.26.0';
module.exports.Node = require('./node');
module.exports.Parser = require('./blocks');
// module.exports.HtmlRenderer = require('./html');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "commonmark",
"description": "a strongly specified, highly compatible variant of Markdown",
"version": "0.25.1",
"version": "0.26.0",
"homepage": "http://commonmark.org",
"keywords":
[ "markdown",
Expand Down

0 comments on commit 1861415

Please sign in to comment.