From 8a0efa435807ed10fa4d5c1d280cd64d80cdf24d Mon Sep 17 00:00:00 2001 From: xdeepakv Date: Mon, 29 Oct 2018 00:17:00 +0800 Subject: [PATCH] Publish 0.0.2 release :rocket: --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 87e0132..d4cc849 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "slice-it", - "description": "Slice-it tool, Export the slices from the local sketch file in png,jpeg,svg", - "version": "0.0.1", + "description": "Slice-it tool, Export the slices from the local sketch file in png,jpeg,svg", + "version": "0.0.2", "engines": { "sketch": ">=3.0" }, @@ -32,4 +32,4 @@ "type": "git", "url": "git+https://github.com/deepakshrma/sketch-slice-it.git" } -} \ No newline at end of file +}