diff --git a/Cargo.toml b/Cargo.toml index a065999..bb07187 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.17.11" +version = "0.18.1" 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.70" js-sys = "0.3.70" # workspace specific libs -adana-script-core = { version = "0.17.11", path = "./adana-script-core" } -adana-script = { version = "0.17.11", path = "./adana-script" } -adana-db = { version = "0.17.11", path = "./adana-db" } -adana-cache-command = { version = "0.17.11", path = "./adana-cache-command" } +adana-script-core = { version = "0.18.1", path = "./adana-script-core" } +adana-script = { version = "0.18.1", path = "./adana-script" } +adana-db = { version = "0.18.1", path = "./adana-db" } +adana-cache-command = { version = "0.18.1", path = "./adana-cache-command" } # Config for 'cargo dist' [workspace.metadata.dist]