From 2812aedae8accf38f0cfb45edcf3491860f6a503 Mon Sep 17 00:00:00 2001 From: brettkolodny Date: Sat, 6 Jan 2024 13:42:58 -0500 Subject: [PATCH] feat: bump version number --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 456f93b..e609c08 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "gleam_community_ansi" -version = "1.3.0" +version = "1.4.0" licences = ["Apache-2.0"] description = "ANSI colours, formatting, and control codes" repository = { type = "github", user = "gleam-community", repo = "ansi" }