Skip to content

Commit

Permalink
bumps version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Dec 14, 2024
1 parent 56e3293 commit 5ad13c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser_extension/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Elasticvue",
"version": "1.1.1",
"version": "1.1.2",
"description": "Elasticsearch frontend",
"manifest_version": 3,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion browser_extension/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Elasticvue",
"version": "1.1.1",
"version": "1.1.2",
"description": "Elasticsearch frontend",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticvue",
"private": true,
"version": "1.1.1",
"version": "1.1.2",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"productName": "elasticvue",
"mainBinaryName": "elasticvue",
"version": "1.1.1",
"version": "1.1.2",
"identifier": "com.elasticvue.app",
"plugins": {
"updater": {
Expand Down

0 comments on commit 5ad13c0

Please sign in to comment.