Bump version to 0.2.0

This commit is contained in:
Keivan-sf
2025-07-27 21:58:20 +03:30
parent 7aa30d11cd
commit 6be9c43177
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -279,7 +279,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "v2parser"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"base64",
"clap",

View File

@@ -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

View File

@@ -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")