From 66da3411c343a6e4709e1b7aa71dda01fe03e19f Mon Sep 17 00:00:00 2001 From: Vadim Namniak Date: Tue, 5 May 2015 17:14:54 -0400 Subject: [PATCH] updated to v0.3.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 2ca4adc..b9ec7f0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "canvas-text-wrapper", - "version": "0.3.0", + "version": "0.3.1", "ignore": [ "**/.*", "**/*.log", diff --git a/package.json b/package.json index f1934e2..fec00a1 100755 --- 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.3.0", + "version": "0.3.1", "license": "MIT", "main": "CanvasTextWrapper.min.js", "homepage": "http://namniak.github.io/CanvasTextWrapper/",