Version bumps

This commit is contained in:
Felisp 2024-09-08 02:37:08 +02:00
parent 82d920cb3d
commit 4c5ad1e923
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
(defproject rss-thread-watch "0.4.3-SNAPSHOT"
(defproject rss-thread-watch "0.4.4-SNAPSHOT"
:description "RSS based thread watcher"
:url "http://example.com/FIXME"
:license {:name "AGPL-3.0-only"

View file

@ -24,7 +24,7 @@
[rss-thread-watch.utils :as u])
(:gen-class))
(def VERSION "0.4.3")
(def VERSION "0.4.4")
;; Internal default config
(def CONFIG-DEFAULT

View file

@ -97,7 +97,7 @@
"Generates feed from matching items"
[query-vec chod-treshold repeat? cache board-config]
(let [items (filter-chod-posts query-vec chod-treshold repeat? cache)
head {:title "RSS Thread watcher v0.4.3" ;TODO: hardcoded string here, remake to reference to config.clj
head {:title "RSS Thread watcher v0.4.4" ;TODO: hardcoded string here, remake to reference to config.clj
:link "https://tools.treebrary.org/thread-watcher/feed.xml"
:feed-url "https://tools.treebrary.org/thread-watcher/feed.xml"
:description "RSS based thread watcher"}