diff --git a/README.md b/README.md index e2c6928..d9e8552 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # SVGCanvas -** Aha! note: the current branch for all builds is `issue-fill-path` ** - -Draw on SVG using Canvas's 2D Context API. A maintained fork of +Draw on SVG using Canvas's 2D Context API. A fork of [gliffy's canvas2svg](https://github.com/gliffy/canvas2svg). ## Demo diff --git a/package.json b/package.json index 82cb56b..a22f0c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@aha-app/svgcanvas", - "version": "2.5.0-a15", + "name": "@icynet/svgcanvas", + "version": "2.5.1", "description": "svgcanvas", "main": "dist/svgcanvas.js", "scripts": {