Skip to content

Commit 5ad13c0

Browse files
committed
bumps version to 1.1.2
1 parent 56e3293 commit 5ad13c0

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.1.1",
3+
"version": "1.1.2",
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.1.1",
3+
"version": "1.1.2",
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.1.1",
4+
"version": "1.1.2",
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
@@ -42,7 +42,7 @@
4242
},
4343
"productName": "elasticvue",
4444
"mainBinaryName": "elasticvue",
45-
"version": "1.1.1",
45+
"version": "1.1.2",
4646
"identifier": "com.elasticvue.app",
4747
"plugins": {
4848
"updater": {

0 commit comments

Comments
 (0)