diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-31 22:07:53 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-31 22:07:53 +0100 |
commit | d4392fda1e0e9e030760182f7bf842cf9fd83a28 (patch) | |
tree | bff2c5c0dae60b62bf0a804640a499cdbd7380f7 | |
parent | 6eb8542ff4ba783ed641a26d63d01878d2278489 (diff) | |
download | tomato-hs-d4392fda1e0e9e030760182f7bf842cf9fd83a28.tar.gz tomato-hs-d4392fda1e0e9e030760182f7bf842cf9fd83a28.zip |
Release 0.1.20.1.2
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/Main.hs | 2 | ||||
-rw-r--r-- | tomato.cabal | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ecdb7..7568d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for tomato +## 0.1.2 -- 2022-07-31 + +* Show the command list on help. + ## 0.1.1 -- 2022-07-26 * Exit after displaying the version using `-v` option. diff --git a/app/Main.hs b/app/Main.hs index 66cc811..4726949 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -12,7 +12,7 @@ import System.Exit import System.IO import System.IO.Error -version = "0.1.1" +version = "0.1.2" tomatoState = "tomato.st" diff --git a/tomato.cabal b/tomato.cabal index a00ea09..506848b 100644 --- a/tomato.cabal +++ b/tomato.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: tomato -version: 0.1.1 +version: 0.1.2 synopsis: Yet another pomodoro tool homepage: https://git.usebox.net/tomato-hs/about/ |