From 6be9c43177d8719dc91c9900d16bcda3464c2d83 Mon Sep 17 00:00:00 2001 From: Keivan-sf Date: Sun, 27 Jul 2025 21:58:20 +0330 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edfa879..748105d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "v2parser" -version = "0.1.1" +version = "0.2.0" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1247e7d..999d279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "v2parser" -version = "0.1.1" +version = "0.2.0" 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 3c77d8d..a40e9f4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,7 @@ pub mod utils; fn main() { let matches = Command::new("v2ray-uri-parser") - .version("0.1.1") + .version("0.2.0") .about("Parses V2ray URI and generates JSON config for xray") .arg( Arg::new("uri")