From 4569285dca723f86b20a2befbfb9a8e1e1ffc7f7 Mon Sep 17 00:00:00 2001 From: Taehoon Moon Date: Mon, 21 Oct 2024 15:35:36 +0900 Subject: [PATCH] Bump version to v0.3.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 180325b..d8f7be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,13 @@ default-members = ["tui", "core"] [workspace.package] authors = ["Taehoon Moon "] -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/gluesql/glues" [workspace.dependencies] -glues-core = { path = "./core", version = "0.3.0" } +glues-core = { path = "./core", version = "0.3.1" } [workspace.dependencies.gluesql] version = "0.16.2"