Skip to content

Commit 951b20c

Browse files
committed
5.0.0-beta.25
1 parent 2b1b513 commit 951b20c

4 files changed

Lines changed: 5 additions & 5 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: 1 addition & 1 deletion
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.24",
4+
"version": "5.0.0-beta.25",
55
"description": "Switch hosts quickly!",
66
"homepage": "https://switchhosts.vercel.app",
77
"license": "Apache-2.0",

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.24",
4+
"version": "5.0.0-beta.25",
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.24"
1+
"5.0.0-beta.25"

0 commit comments

Comments
 (0)