From eadb7c21ea179208a4075fabf36a3999e607c41b Mon Sep 17 00:00:00 2001 From: Vadim Date: Tue, 29 Sep 2015 22:41:32 -0400 Subject: [PATCH] version update --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b0569ba..cc2f8b3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "canvas-text-wrapper", - "version": "0.4.3", + "version": "0.4.4", "ignore": [ "**/.*", "**/*.log", diff --git a/package.json b/package.json index a0527e5..2a15d94 100644 --- a/package.json +++ b/package.json @@ -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.3", + "version": "0.4.4", "license": "MIT", "main": "CanvasTextWrapper.min.js", "keywords": ["canvas", "canvas text", " text", "split"],