Skip to content

Commit 43d8492

Browse files
committed
bumps version to 1.0.8
1 parent d972836 commit 43d8492

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

browser_extension/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Elasticvue",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Elasticsearch frontend",
55
"manifest_version": 3,
66
"icons": {

browser_extension/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Elasticvue",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Elasticsearch frontend",
55
"manifest_version": 2,
66
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elasticvue",
33
"private": true,
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"scripts": {
66
"dev": "vite",
77
"build": "vite build",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "elasticvue",
4-
"version": "1.0.7"
4+
"version": "1.0.8"
55
},
66
"build": {
77
"distDir": "../dist",

0 commit comments

Comments
 (0)