Skip to content

Commit

Permalink
Merge pull request #112 from cyrinux/chore/bump-0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux authored Sep 8, 2023
2 parents 782679e + d04b648 commit a02b14a
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lto = true
members = ["hyprland-macros"]

[workspace.package]
version = "0.3.9"
version = "0.3.10"
license = "GPL-3.0-or-later"
repository = "https://github.com/hyprland-community/hyprland-rs"
keywords = ["hyprland", "ipc", "hypr", "wayland", "linux"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Let's get started with Hyprland-rs!
Add the code below to the dependencies section of your Cargo.toml file!

```toml
hyprland = "0.3.9"
hyprland = "0.3.10"
```

### Reading the docs
Expand Down

0 comments on commit a02b14a

Please sign in to comment.