From 8201b4d17b2bcece1150da719df8f0e0add7a747 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 30 Sep 2022 20:52:08 +0200 Subject: [PATCH] Bump the version to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00ef9e5..cf2a759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geo-uri" -version = "0.1.0" +version = "0.1.1" authors = ["Paul van Tilburg "] edition = "2021" description = "A crate for parsing and generating uniform resource identifiers for geographic locations (geo URIs)"