From efd10aa82b90b84ed9cef99d87e607a7e350d245 Mon Sep 17 00:00:00 2001 From: William Batista Date: Thu, 18 Feb 2021 13:11:33 -0500 Subject: [PATCH] v1.2.1 I forgot to change the patch version number... --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43ab199..bac052e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magnet-url" -version = "1.2.0" +version = "1.2.1" authors = ["William Batista "] license = "MIT" description = "A simple, hackable magnet url parser in Rust"