Skip to content

Commit afde762

Browse files
committed
5.0.0-beta.18
1 parent 35578af commit afde762

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "switchhosts",
4-
"version": "5.0.0-beta.17",
4+
"version": "5.0.0-beta.18",
55
"description": "Switch hosts quickly!",
66
"homepage": "https://switchhosts.vercel.app",
77
"license": "Apache-2.0",
@@ -61,4 +61,4 @@
6161
"vite-tsconfig-paths": "^6.1.1",
6262
"vitest": "^3.2.4"
6363
}
64-
}
64+
}

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
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "SwitchHosts",
4-
"version": "5.0.0-beta.17",
4+
"version": "5.0.0-beta.18",
55
"identifier": "net.oldj.switchhosts",
66
"build": {
77
"beforeDevCommand": "npm run dev:renderer",

src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"5.0.0-beta.17"
1+
"5.0.0-beta.18"

0 commit comments

Comments
 (0)