Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 9, 2024
1 parent c993daa commit 44861b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ resolver = "2"
members = ["./lala_bar", "./iced_zbus_notification"]

[workspace.package]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Decodertalkers <[email protected]>"]
license = "MIT"
repository = "https://github.com/Decodetalkers/lala-bar"
readme = "README.md"

[workspace.dependencies]
iced_zbus_notification = { version = "0.4.1", path = "iced_zbus_notification" }
iced_zbus_notification = { version = "0.4.2", path = "iced_zbus_notification" }
futures = "0.3.31"
serde = { version = "1.0.215", features = ["derive"] }
url = "2.5.4"
Expand Down
2 changes: 1 addition & 1 deletion lala_bar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ iced = { version = "0.13.1", features = [
] }
iced_runtime = "0.13.2"
tokio = { version = "1.42", features = ["full"] }
iced_layershell = "0.13.0-rc1"
iced_layershell = "0.13.0"
iced_futures = "0.13.2"
env_logger = "0.11.5"
tracing = "0.1.40"
Expand Down

0 comments on commit 44861b8

Please sign in to comment.