Skip to content

Commit 32faf86

Browse files
committed
Bump minor version
1 parent 0a89322 commit 32faf86

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mihoro"
33
description = "Mihomo CLI client on Linux."
4-
version = "0.4.1"
4+
version = "0.5.0"
55
edition = "2021"
66
readme = "README.md"
77
license = "MIT"
@@ -30,4 +30,4 @@ indicatif = "0.17"
3030
tokio = { version = "1.34", features = ["full"] }
3131
truncatable = "0.1"
3232
anyhow = "1.0"
33-
base64 = "0.22.1"
33+
base64 = "0.22"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## Install
1616

1717
```shell
18-
curl -fsSL https://mirror.ghproxy.com/https://raw.githubusercontent.com/spencerwooo/mihoro/main/install.sh | sh -
18+
curl -fsSL https://ghp.ci//https://raw.githubusercontent.com/spencerwooo/mihoro/main/install.sh | sh -
1919
```
2020

2121
> [!IMPORTANT]
@@ -62,13 +62,13 @@ mmdb = "https://cdn.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmd
6262
Example:
6363

6464
```toml
65-
remote_mihomo_binary_url = "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-linux-amd64-compatible-v1.18.3.gz"
66-
remote_config_url = "https://tt.vg/freeclash"
65+
remote_mihomo_binary_url = "https://ghp.ci/https://github.com/MetaCubeX/mihomo/releases/download/v1.18.8/mihomo-linux-amd64-compatible-v1.18.8.gz"
66+
remote_config_url = "https://tt.vg/freeclash" # DONT USE THIS IF YOU CAN!
6767
```
6868

6969
Finally, run `mihoro setup` once more, to start downloading `mihomo` binary and your remote configurations.
7070

71-
> [!CAUTION]
71+
> [!CAUTION] DISCLAIMER!
7272
> Use your own `remote_config_url` if available! The link provided comes from a free Clash/Mihomo provider, and `mihoro` cannot guarantee its integrity.
7373
7474
## Usage

0 commit comments

Comments
 (0)