Skip to content

Commit

Permalink
Bump version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 25, 2024
1 parent 09b1ee2 commit c7bad81
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 @@ -29,15 +29,15 @@ members = [
]

[workspace.package]
version = "0.0.8"
version = "0.0.9"
edition = "2021"
license = "GPL-3.0-or-later"
homepage = "https://github.com/fwcd/nuit"

[workspace.dependencies]
nuit-bridge-adwaita = { version = "0.0.8", path = "nuit-bridge-adwaita" }
nuit-bridge-swiftui = { version = "0.0.8", path = "nuit-bridge-swiftui" }
nuit-core = { version = "0.0.8", path = "nuit-core" }
nuit-derive = { version = "0.0.8", path = "nuit-derive" }
nuit-bridge-adwaita = { version = "0.0.9", path = "nuit-bridge-adwaita" }
nuit-bridge-swiftui = { version = "0.0.9", path = "nuit-bridge-swiftui" }
nuit-core = { version = "0.0.9", path = "nuit-core" }
nuit-derive = { version = "0.0.9", path = "nuit-derive" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

0 comments on commit c7bad81

Please sign in to comment.