From 49f3d1153c822ed07b5d87c7a749bd62771897cd Mon Sep 17 00:00:00 2001 From: rvcas Date: Wed, 27 Jul 2022 14:56:12 -0400 Subject: [PATCH] feat: bump v0.5.0 --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 88cdece..5c7de0a 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "ids" -version = "0.4.0" +version = "0.5.0" licences = ["Apache-2.0"] description = "✨ Unique IDs for Gleam" repository = { type = "github", user = "rvcas", repo = "ids" }