Skip to content

Commit

Permalink
fix: hostname setting
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Jun 19, 2024
1 parent 3eba716 commit f43407a
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 134 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "3.7.1",
"version": "3.7.2",
"default_locale": "en",
"description": "__MSG_appDescription__",
"author": "June07 <667@june07.com> (https://june07.com/)",
Expand Down Expand Up @@ -76,7 +76,7 @@
]
},
"short_name": "__MSG_appShortName__",
"version_name": "3.7.1",
"version_name": "3.7.2",
"omnibox": {
"keyword": "about"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nimv3",
"version": "3.7.1",
"version": "3.7.2",
"scripts": {
"dev": "vite --host",
"dev:extension": "npm-run-all --parallel build:dev watch:rollup:deps",
Expand Down
Loading

0 comments on commit f43407a

Please sign in to comment.