From 911a6a5eac1f31c85538310ed86a03e165d6b3d2 Mon Sep 17 00:00:00 2001 From: smallbraingames Date: Mon, 21 Oct 2024 10:54:35 -0700 Subject: [PATCH] feat(chat): bump version no --- chat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/Cargo.toml b/chat/Cargo.toml index 004bfdd..1f949ab 100755 --- a/chat/Cargo.toml +++ b/chat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chat" -version = "0.1.4" +version = "0.1.5" edition = "2021" [dependencies]