From c3a866a98ef745dc2a27ad42f7c954c32331d22a Mon Sep 17 00:00:00 2001 From: jinfeiyang Date: Tue, 1 Sep 2020 12:00:04 +0800 Subject: [PATCH] feat: update version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 66ba9ba..542cd3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-canvas-layout", - "version": "0.0.2", + "version": "0.0.3", "description": "A canvas tool to help easy layout in canvas.", "main": "./lib/index.js", "scripts": { @@ -21,4 +21,4 @@ "devDependencies": { "rollup-plugin-terser": "^7.0.0" } -} +} \ No newline at end of file