From 40fa79208013a5859b479d0120723fef73b336b2 Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Sat, 15 Jun 2024 07:22:37 +0200 Subject: [PATCH] chore: Release --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a275b7c..e00e868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.17.9" +version = "0.17.10" authors = ["Nordine Bittich"] description = "namespaces aliases for command lines & basic scripting language" homepage = "https://github.com/nbittich/adana" @@ -52,10 +52,10 @@ web-sys = "0.3.69" js-sys = "0.3.69" # workspace specific libs -adana-script-core = { version = "0.17.9", path = "./adana-script-core" } -adana-script = { version = "0.17.9", path = "./adana-script" } -adana-db = { version = "0.17.9", path = "./adana-db" } -adana-cache-command = { version = "0.17.9", path = "./adana-cache-command" } +adana-script-core = { version = "0.17.10", path = "./adana-script-core" } +adana-script = { version = "0.17.10", path = "./adana-script" } +adana-db = { version = "0.17.10", path = "./adana-db" } +adana-cache-command = { version = "0.17.10", path = "./adana-cache-command" } # Config for 'cargo dist' [workspace.metadata.dist]