This commit is contained in:
Vadim
2015-09-19 22:57:07 -04:00
parent 4ae38b6eb8
commit 0391cacffa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "canvas-text-wrapper",
"version": "0.4.0",
"version": "0.4.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.4.0",
"version": "0.4.1",
"license": "MIT",
"main": "CanvasTextWrapper.min.js",
"homepage": "http://namniak.github.io/CanvasTextWrapper/",