From 1ea0bf54659e3bc301d306fb97413804ed8779f4 Mon Sep 17 00:00:00 2001 From: Ryooooooga Date: Sun, 28 Jan 2024 18:07:54 +0900 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 995c4a3..8788f7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "croque" -version = "0.5.5" +version = "0.5.6" dependencies = [ "aho-corasick", "base64", diff --git a/Cargo.toml b/Cargo.toml index c9a2322..68a23a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "croque" -version = "0.5.5" +version = "0.5.6" authors = ['Ryooooooga '] description = "Fast and customizable shell prompt" license = "MIT"