diff --git a/project.clj b/project.clj index 2b80241..d10146f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject rss-thread-watch "0.4.8-SNAPSHOT" +(defproject rss-thread-watch "0.4.9-SNAPSHOT" :description "RSS based thread watcher" :url "http://example.com/FIXME" :license {:name "AGPL-3.0-only" diff --git a/src/rss_thread_watch/config.clj b/src/rss_thread_watch/config.clj index 0f2c959..07e91dd 100644 --- a/src/rss_thread_watch/config.clj +++ b/src/rss_thread_watch/config.clj @@ -22,7 +22,7 @@ ;; Verification TODO: check if all required keys are included so we don't get nils -(def VERSION "0.4.8") +(def VERSION "0.4.9") (def GLOBAL-CONFIG "Global config with defaults for missing entires"