From 6a9a871006704c080285c9ef7da06153c8715d97 Mon Sep 17 00:00:00 2001 From: AB Date: Thu, 14 May 2020 23:32:05 +0300 Subject: [PATCH] Fix duration format. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9ad2c5..25aaf6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmux-helper" -version = "0.3.0" +version = "0.3.1" description = "Utility for printing system info for tmux status line." authors = ["Ultra Desu "] edition = "2018"