Skip to content

Commit 0144431

Browse files
chore: update docs
1 parent 22b8ba9 commit 0144431

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add this to your `Cargo.toml`:
3939

4040
```toml
4141
[dependencies]
42-
hyprlang = "0.2.1"
42+
hyprlang = "0.3.0"
4343
```
4444

4545
### Optional Features
@@ -50,7 +50,7 @@ Enable the `hyprland` feature to get a high-level `Hyprland` struct with pre-con
5050

5151
```toml
5252
[dependencies]
53-
hyprlang = { version = "0.2.1", features = ["hyprland"] }
53+
hyprlang = { version = "0.3.0", features = ["hyprland"] }
5454
```
5555

5656
This feature provides:
@@ -64,7 +64,7 @@ Enable the `mutation` feature to modify configuration values and serialize confi
6464

6565
```toml
6666
[dependencies]
67-
hyprlang = { version = "0.2.1", features = ["mutation"] }
67+
hyprlang = { version = "0.3.0", features = ["mutation"] }
6868
```
6969

7070
This feature provides:

0 commit comments

Comments
 (0)