Change the version to 0.1.1

This commit is contained in:
Keivan-sf
2025-07-10 22:59:34 +03:30
parent fd5afbfe94
commit 8e5c6e5cbb
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -273,7 +273,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]] [[package]]
name = "v2parser" name = "v2parser"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"clap", "clap",
"http", "http",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "v2parser" name = "v2parser"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -4,7 +4,7 @@ pub mod config_models;
pub mod utils; pub mod utils;
#[derive(Parser)] #[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 { struct Cli {
uri: String, uri: String,
#[arg(short, long, value_name = "socksport")] #[arg(short, long, value_name = "socksport")]