From b5f9e970b7ad6dd4b1b657cdd736b6a220cae3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20K=C3=B6nig?= Date: Fri, 20 Nov 2020 17:25:08 +0100 Subject: [PATCH] bumps version to 0.30.1 --- browser_extension/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser_extension/manifest.json b/browser_extension/manifest.json index dd304789..4af9a163 100644 --- a/browser_extension/manifest.json +++ b/browser_extension/manifest.json @@ -1,6 +1,6 @@ { "name": "Elasticvue", - "version": "0.30.0", + "version": "0.30.1", "description": "Elasticsearch frontend", "manifest_version": 2, "icons": { diff --git a/package.json b/package.json index 66eef08a..8d70e97c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elasticvue", - "version": "0.30.0", + "version": "0.30.1", "scripts": { "serve": "npx --max_old_space_size=4096 vue-cli-service serve", "build": "rm -rf dist && vue-cli-service build --modern",