Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Feb 10, 2024
1 parent 6cd66fc commit 1f94ae5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.17.2"
version = "0.17.3"
authors = ["Nordine Bittich"]
description = "namespaces aliases for command lines & basic scripting language"
homepage = "https://github.com/nbittich/adana"
Expand Down Expand Up @@ -51,10 +51,10 @@ wasm-bindgen-test = "0.3.41"
web-sys = "0.3.68"

# workspace specific libs
adana-script-core = { version = "0.17.2", path = "./adana-script-core" }
adana-script = { version = "0.17.2", path = "./adana-script" }
adana-db = { version = "0.17.2", path = "./adana-db" }
adana-cache-command = { version = "0.17.2", path = "./adana-cache-command" }
adana-script-core = { version = "0.17.3", path = "./adana-script-core" }
adana-script = { version = "0.17.3", path = "./adana-script" }
adana-db = { version = "0.17.3", path = "./adana-db" }
adana-cache-command = { version = "0.17.3", path = "./adana-cache-command" }

# Config for 'cargo dist'
[workspace.metadata.dist]
Expand Down

0 comments on commit 1f94ae5

Please sign in to comment.