diff --git a/Cargo.lock b/Cargo.lock index 6800c63..334cadf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,7 +273,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "v2parser" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "http", diff --git a/Cargo.toml b/Cargo.toml index 4bdf4d8..b2a35bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v2parser" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 04cbc8a..ef374ad 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ pub mod config_models; pub mod utils; #[derive(Parser)] -#[command(author ,version = "0.1.0", about = "V2ray URI parser", long_about = None)] +#[command(author ,version = "0.1.1", about = "V2ray URI parser", long_about = None)] struct Cli { uri: String, #[arg(short, long, value_name = "socksport")]