From dbffe62a402cca8fb6d8836ff98656e30b6ea088 Mon Sep 17 00:00:00 2001 From: William Batista Date: Thu, 18 Feb 2021 12:50:05 -0500 Subject: [PATCH] v1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a17cbe0..43ab199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magnet-url" -version = "1.1.1" +version = "1.2.0" authors = ["William Batista "] license = "MIT" description = "A simple, hackable magnet url parser in Rust"