Skip to content

Commit 411666e

Browse files
committed
bump version
1 parent ffdc9a4 commit 411666e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roughjs",
3-
"version": "2.0.1",
4-
"description": "Create graphics on HTML Canvas with a hand-drawn, sketchy, appearance.",
3+
"version": "2.1.0",
4+
"description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.",
55
"main": "dist/rough.umd.js",
66
"jsnext:main": "src/index.js",
77
"scripts": {
@@ -18,9 +18,11 @@
1818
},
1919
"keywords": [
2020
"canvas",
21+
"svg",
2122
"graphics",
2223
"sketchy",
23-
"hand drawn"
24+
"hand drawn",
25+
"hand-drawn"
2426
],
2527
"author": "Preet Shihn <preetshihn@gmail.com>",
2628
"license": "MIT",

0 commit comments

Comments
 (0)