Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Nov 9, 2024
1 parent 97741e3 commit fcf77dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.0"
version = "0.4.1"
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.0", path = "iced_zbus_notification" }
iced_zbus_notification = { version = "0.4.1", path = "iced_zbus_notification" }
futures = "0.3.31"
serde = { version = "1.0.214", features = ["derive"] }
url = "2.5.3"
Expand Down

0 comments on commit fcf77dc

Please sign in to comment.