Skip to content

Commit

Permalink
bumps version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Dec 31, 2023
1 parent 49ae70d commit d38e609
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 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.0.0",
"version": "1.0.1",
"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.0.0",
"version": "1.0.1",
"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.0.0",
"version": "1.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
5 changes: 3 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ sed -e "s/\"version\":\s\".*\"/\"version\": \"$VERSION\"/" -i browser_extension/

# commit new version
git add package.json
git add browser_extension/chrome/manifest.json
git add browser_extension/firefox/manifest.json
git add src-tauri/tauri.conf.json
git add -f browser_extension/chrome/manifest.json
git add -f browser_extension/firefox/manifest.json
git commit -am "bumps version to $VERSION"

git push
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "elasticvue",
"version": "1.0.0"
"version": "1.0.1"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit d38e609

Please sign in to comment.