From f2ae4d9be26d9eacecc9c639ced1b7d44ffb35d0 Mon Sep 17 00:00:00 2001 From: William Batista Date: Wed, 17 Feb 2021 10:16:54 -0500 Subject: [PATCH] v1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81e512c..90fed9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magnet-url" -version = "1.0.5" +version = "1.1.0" authors = ["William Batista "] license = "MIT" description = "A simple, hackable magnet url parser in Rust"