Skip to content

Commit 85f90df

Browse files
committed
5.0.0-beta.30
1 parent 4a6d5dc commit 85f90df

6 files changed

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

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "switchhosts"
3-
version = "5.0.0-beta.29"
3+
version = "5.0.0-beta.30"
44
description = "A GUI tool for managing your hosts file."
55
authors = ["oldj"]
66
edition = "2021"

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

0 commit comments

Comments
 (0)