diff --git a/package.json b/package.json index 9a0f255..f0ef193 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.2", + "version": "0.4.3", "license": "MIT", "main": "CanvasTextWrapper.min.js", "keywords": ["canvas", "canvas text", " text", "split"], @@ -18,4 +18,4 @@ "grunt-contrib-uglify": "^0.9.1", "uglify-save-license": "^0.4.1" } -} \ No newline at end of file +}