Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 10, 2012
1 parent ac9d442 commit 081b87f
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.11.1 / 2012-04-10
==================

* Changed: renamed .nextPage() to .addPage()

0.11.0 / 2012-04-10 0.11.0 / 2012-04-10
================== ==================


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


exports.version = '0.11.0'; exports.version = '0.11.1';


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

0 comments on commit 081b87f

Please sign in to comment.