From 161f63ae60e0a4c2de75be01ce5074932d2ebf7f Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sat, 29 Oct 2016 12:50:18 +0800 Subject: [PATCH] Fix version in config.mk & remove authors in spt.1 --- config.mk | 2 +- spt.1 | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config.mk b/config.mk index 0371286..f61525d 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # spt version -VERSION = 0.2 +VERSION = 0.3 # Customize below to fit your system diff --git a/spt.1 b/spt.1 index 24926a1..80bf6cc 100644 --- a/spt.1 +++ b/spt.1 @@ -49,5 +49,3 @@ Prints version information to stderr, then exits. Use system notify_send and play a music without libnotify: .IP spt -e 'aplay alarm.wav' -n 'notify-send' -.SH AUTHORS -Ivan Tham