aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--src/main.rs3
3 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 19362a9..f5904ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -562,7 +562,7 @@ dependencies = [
[[package]]
name = "polydoro"
-version = "0.1.2"
+version = "0.2.1"
dependencies = [
"bincode",
"notify-rust",
diff --git a/Cargo.toml b/Cargo.toml
index d2e3db5..6d6f743 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ homepage = "https://git.vidhukant.com/polydoro/about"
repository = "https://git.vidhukant.com/polydoro"
readme = "README.md"
keywords = ["pomodoro", "polybar", "statusbar", "widget", "lemonbar"]
-version = "0.2.0"
+version = "0.2.1"
edition = "2024"
[dependencies]
diff --git a/src/main.rs b/src/main.rs
index 46d018e..d2edf13 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -31,7 +31,8 @@ fn print_usage() {
println!("\tskip:\t\tSkip the current timer (timer needs to be in a running state)");
println!("\tsoft-reset:\tGo to the beginning of the current timer");
println!("\thard-reset:\tGo to the beginning of the first timer");
- println!("\treset:\t\tConditional soft/hard reset\n");
+ println!("\treset:\t\tConditional soft/hard reset");
+ println!("\tnotify:\t\tToggle notifications\n");
println!("Copyright (C) 2025 Vidhu Kant Sharma <vidhukant@vidhukant.com>\n");