diff --git a/browser_extension/chrome/manifest.json b/browser_extension/chrome/manifest.json index 73ea7930..c67d8e00 100644 --- a/browser_extension/chrome/manifest.json +++ b/browser_extension/chrome/manifest.json @@ -1,6 +1,6 @@ { "name": "Elasticvue", - "version": "0.40.0", + "version": "0.40.1", "description": "Elasticsearch frontend", "manifest_version": 3, "icons": { diff --git a/browser_extension/firefox/manifest.json b/browser_extension/firefox/manifest.json index 802b871c..477da203 100644 --- a/browser_extension/firefox/manifest.json +++ b/browser_extension/firefox/manifest.json @@ -1,6 +1,6 @@ { "name": "Elasticvue", - "version": "0.40.0", + "version": "0.40.1", "description": "Elasticsearch frontend", "manifest_version": 2, "icons": { diff --git a/package.json b/package.json index 080f5ec8..80134d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elasticvue", - "version": "0.40.0", + "version": "0.40.1", "description": "Elasticsearch frontend", "author": "Carsten König ", "scripts": {