From bfcd2689677fa93ce72c55833e891af36c65b2aa Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 16 May 2024 11:02:54 +0200 Subject: [PATCH] Bump version to v0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 085581b..82f1236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://gitlab.com/DavidBittner/ansi-parser" name = "ansi-parser" license = "MPL-2.0" -version = "0.9.0" +version = "0.9.1" edition = "2018"