From 3abc761a8a94b6ef2b6137486c82c36983c5274e Mon Sep 17 00:00:00 2001 From: MrGunflame Date: Fri, 23 Sep 2022 21:19:13 +0200 Subject: [PATCH] Release v0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 392ac9f..1841d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snowflaked" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A crate for creating and working with snowflake ids" authors = ["MrGunflame "]