From 73394eb41f8f0176a1aab0697484af06d684ee23 Mon Sep 17 00:00:00 2001 From: Pablo Klaschka Date: Sun, 4 Oct 2020 23:58:07 +0200 Subject: [PATCH] 0.1.0 --- dist/manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index 521eca97..56d509d1 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,7 +1,7 @@ { "id": "b60d0ee4", "name": "Document Chat", - "version": "0.0.3", + "version": "0.1.0", "icons": [ { "width": 24, diff --git a/package-lock.json b/package-lock.json index a6f18c74..ee272ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "document-chat-for-adobe-xd", - "version": "0.0.3", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 06549bf7..f222e2c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "document-chat-for-adobe-xd", - "version": "0.0.3", + "version": "0.1.0", "private": true, "description": "A simple plugin, built with the xd-webpack-starter-template package", "license": "MIT",