Browse Source

Release 0.4.1

v1.x 0.4.1
Tj Holowaychuk 14 years ago
parent
commit
b2d80ec241
  1. 5
      History.md
  2. 2
      lib/canvas.js
  3. 2
      package.json

5
History.md

@ -1,4 +1,9 @@
0.4.1 / 2010-12-18
==================
* Fixed; toString() first argument of `{fill,stroke}Text()`. Closes #68
0.4.0 / 2010-12-12
==================

2
lib/canvas.js

@ -28,7 +28,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.4.0';
exports.version = '0.4.1';
/**
* Cairo version.

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.4.0"
, "version": "0.4.1"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "scripts": {

Loading…
Cancel
Save