Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Nov 5, 2024
1 parent fc42f99 commit d52ad4a
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.18.2"
version = "0.18.3"
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.72"
js-sys = "0.3.72"

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

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

0 comments on commit d52ad4a

Please sign in to comment.