From ae7a287182b7b38073a3a61a0389be0c2387c46b Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Tue, 26 Jun 2018 11:28:39 -0700 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fa7a8e..de79c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roughjs", - "version": "2.2.2", + "version": "2.2.3", "description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.", "main": "dist/rough.umd.js", "module": "bin/rough.js",