diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-07 12:13:15 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-07 12:13:15 +0100 |
commit | 3dbdf1ccfa5f109f8d7489f913ed57aa8e9b5f11 (patch) | |
tree | 4e8486b3ae88f52fc53a2bb7d7bc4ec752fd96cd | |
parent | 4925af753dd44b935588b83c814301244a09bdd7 (diff) |
bump version to 1.3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .POSIX: NAME = sfeed -VERSION = 1.2 +VERSION = 1.3 # curses theme, see themes/ directory. SFEED_THEME = mono |