Version 0.1.9

This commit is contained in:
Stephen Seo 2022-12-13 20:05:35 +09:00
parent d5d9ec98dd
commit 88a0ab12a3
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View file

@ -141,7 +141,7 @@ dependencies = [
[[package]] [[package]]
name = "swaybar_info" name = "swaybar_info"
version = "0.1.8" version = "0.1.9"
dependencies = [ dependencies = [
"chrono", "chrono",
"regex", "regex",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "swaybar_info" name = "swaybar_info"
version = "0.1.8" version = "0.1.9"
edition = "2021" edition = "2021"
description = "Provides swaybar with info to be displayed" description = "Provides swaybar with info to be displayed"
license = "MIT" license = "MIT"

View file

@ -2,6 +2,8 @@
## Upcoming Changes ## Upcoming Changes
## 0.1.9
Impl. changing the size of the net-graph (default 10). Impl. changing the size of the net-graph (default 10).
## 0.1.8 ## 0.1.8