updated to v0.3.1

This commit is contained in:
Vadim Namniak
2015-05-05 17:14:54 -04:00
parent a1ba88647e
commit 66da3411c3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "canvas-text-wrapper",
"version": "0.3.0",
"version": "0.3.1",
"ignore": [
"**/.*",
"**/*.log",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "canvas-text-wrapper",
"description": "Pure JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with alignment and padding.",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"main": "CanvasTextWrapper.min.js",
"homepage": "http://namniak.github.io/CanvasTextWrapper/",