Skip to content

Commit 644d878

Browse files
committed
0.7.0
1 parent cc493bd commit 644d878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i3ipc"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Trevor Merrifield <[email protected]>"]
55
description = "A library for controlling i3-wm through its IPC interface"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Rust library for controlling i3-wm through its [IPC interface](https://i3wm.or
1111
Add this to your Cargo.toml
1212
```toml
1313
[dependencies]
14-
i3ipc = "0.6.0"
14+
i3ipc = "0.7.0"
1515
```
1616

1717
## Messages:

0 commit comments

Comments
 (0)