Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Mar 20, 2024
1 parent 48cb8fc commit 360877e
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.4"
version = "0.17.5"
authors = ["Nordine Bittich"]
description = "namespaces aliases for command lines & basic scripting language"
homepage = "https://github.com/nbittich/adana"
Expand Down Expand Up @@ -52,10 +52,10 @@ web-sys = "0.3.69"
js-sys = "0.3.69"

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

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

0 comments on commit 360877e

Please sign in to comment.