From 4fe6e9b828ac224d7e3c8269bbb05c2b548674d1 Mon Sep 17 00:00:00 2001 From: William Batista Date: Tue, 16 Feb 2021 15:26:25 -0500 Subject: [PATCH] Incrementing minor version by 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ceca2b..1396a0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magnet-url" -version = "1.0.1" +version = "1.0.2" authors = ["William Batista "] license-file = "LICENSE.md" description = "A simple, hackable magnet url parser in Rust"