diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-11-27 11:26:59 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-11-27 11:26:59 +0100 |
commit | 90dc98b7326f08e59b1ba0d469f1db8e2c97bd65 (patch) | |
tree | 1f76104260c7292c315b33690bb404763469a52f | |
parent | 80a1ee37807f7be900a9bb9281f98e33b6a890a1 (diff) |
bump version to 1.1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: NAME = sfeed -VERSION = 1.0 +VERSION = 1.1 # curses theme, see themes/ directory. SFEED_THEME = mono |