Skip to content

Commit eeece23

Browse files
committed
Bumps the version to 0.13.1.
1 parent 39f5508 commit eeece23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A feature-rich and resource-friendly replacement for i3status, wr
44
repository = "https://github.com/greshake/i3status-rust/"
55
readme = "README.md"
66
license = "GPLv3"
7-
version = "0.13.0"
7+
version = "0.13.1"
88
authors = ["Kai Greshake <[email protected]>",
99
"Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)"]
1010
edition = "2018"

Diff for: src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use crossbeam_channel::{select, Receiver, Sender};
4343

4444
fn main() {
4545
let mut builder = App::new("i3status-rs")
46-
.version("0.13.0")
46+
.version("0.13.1")
4747
.author(
4848
"Kai Greshake <[email protected]>, Contributors on GitHub: \\
4949
https://github.com/greshake/i3status-rust/graphs/contributors",

0 commit comments

Comments
 (0)