We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b8ba9 commit 0144431Copy full SHA for 0144431
1 file changed
README.md
@@ -39,7 +39,7 @@ Add this to your `Cargo.toml`:
39
40
```toml
41
[dependencies]
42
-hyprlang = "0.2.1"
+hyprlang = "0.3.0"
43
```
44
45
### Optional Features
@@ -50,7 +50,7 @@ Enable the `hyprland` feature to get a high-level `Hyprland` struct with pre-con
50
51
52
53
-hyprlang = { version = "0.2.1", features = ["hyprland"] }
+hyprlang = { version = "0.3.0", features = ["hyprland"] }
54
55
56
This feature provides:
@@ -64,7 +64,7 @@ Enable the `mutation` feature to modify configuration values and serialize confi
64
65
66
67
-hyprlang = { version = "0.2.1", features = ["mutation"] }
+hyprlang = { version = "0.3.0", features = ["mutation"] }
68
69
70
0 commit comments