Skip to content

Commit

Permalink
Release bugfix version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Apr 18, 2024
1 parent 7281227 commit 2f790ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wpaperctl"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Danilo Spinella <[email protected]>"]
description = "CLI for wallpaper manager wpaperd"
Expand Down
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wpaperd"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Danilo Spinella <[email protected]>"]
description = "Wallpaper daemon for Wayland"
Expand Down
2 changes: 1 addition & 1 deletion ipc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wpaperd-ipc"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Danilo Spinella <[email protected]>"]
description = "IPC library for wpaperd"
Expand Down

0 comments on commit 2f790ac

Please sign in to comment.