From 464ed9c4d4b21ae6978aa0992ab3760d5b353787 Mon Sep 17 00:00:00 2001 From: Dmitry Zarva Date: Sun, 19 May 2019 13:47:19 +0300 Subject: [PATCH] change version --- example/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 296905a..b968383 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "@zarv1k/slate-dev-tools-example", "homepage": "https://zarv1k.github.io/slate-dev-tools", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "private": true, "dependencies": { diff --git a/package.json b/package.json index 113984b..604cf8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zarv1k/slate-dev-tools", - "version": "0.1.2", + "version": "0.2.0", "description": "DevTools for SlateJS", "author": "zarv1k", "license": "MIT",