From 411666e2f7062d3ff99b5a64eb75177e675c7ffe Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Wed, 11 Apr 2018 12:09:30 -0700 Subject: [PATCH] bump version --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5412645..580be7a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "roughjs", - "version": "2.0.1", - "description": "Create graphics on HTML Canvas with a hand-drawn, sketchy, appearance.", + "version": "2.1.0", + "description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.", "main": "dist/rough.umd.js", "jsnext:main": "src/index.js", "scripts": { @@ -18,9 +18,11 @@ }, "keywords": [ "canvas", + "svg", "graphics", "sketchy", - "hand drawn" + "hand drawn", + "hand-drawn" ], "author": "Preet Shihn ", "license": "MIT",