Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 14, 2011
1 parent 82919c9 commit f976d81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.7.3 / 2011-09-14
==================

* Added better lineTo() / moveTo() exception messages

0.7.2 / 2011-08-30
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/canvas.js
Expand Up @@ -28,7 +28,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/

exports.version = '0.7.2';
exports.version = '0.7.3';

/**
* Cairo version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.7.2"
, "version": "0.7.3"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"]
, "repository": "git://github.com/learnboost/node-canvas"
Expand Down

0 comments on commit f976d81

Please sign in to comment.