From 32faf868dcc0a90b9fcca9e80419d657cda82d0e Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Thu, 19 Sep 2024 10:21:22 +0800 Subject: [PATCH] Bump minor version --- Cargo.toml | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91ad89f..b7b1348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mihoro" description = "Mihomo CLI client on Linux." -version = "0.4.1" +version = "0.5.0" edition = "2021" readme = "README.md" license = "MIT" @@ -30,4 +30,4 @@ indicatif = "0.17" tokio = { version = "1.34", features = ["full"] } truncatable = "0.1" anyhow = "1.0" -base64 = "0.22.1" +base64 = "0.22" diff --git a/README.md b/README.md index 90a2f54..be742bc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Install ```shell -curl -fsSL https://mirror.ghproxy.com/https://raw.githubusercontent.com/spencerwooo/mihoro/main/install.sh | sh - +curl -fsSL https://ghp.ci//https://raw.githubusercontent.com/spencerwooo/mihoro/main/install.sh | sh - ``` > [!IMPORTANT] @@ -62,13 +62,13 @@ mmdb = "https://cdn.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@release/country.mmd Example: ```toml -remote_mihomo_binary_url = "https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-linux-amd64-compatible-v1.18.3.gz" -remote_config_url = "https://tt.vg/freeclash" +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" +remote_config_url = "https://tt.vg/freeclash" # DONT USE THIS IF YOU CAN! ``` Finally, run `mihoro setup` once more, to start downloading `mihomo` binary and your remote configurations. -> [!CAUTION] +> [!CAUTION] DISCLAIMER! > Use your own `remote_config_url` if available! The link provided comes from a free Clash/Mihomo provider, and `mihoro` cannot guarantee its integrity. ## Usage