From 62cd5c34247994f89a82df6e72b55e3cfa0ddef1 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 12 Sep 2023 11:56:53 -0600 Subject: [PATCH] make it v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c16f0f..e812401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html name = "github_username_regex" -version = "0.0.4" +version = "1.0.0" edition = "2021" authors = ["Grant Birkinbine"] license = "MIT"