diff --git a/README.md b/README.md index 9f8eb2e..b7aa5c3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Instances of quickblog can be seen here: - [Rattlin.blog](https://rattlin.blog/) - [REP‘ti’L‘e’](https://kuna.us/) - [Søren Sjørup's blog](https://zoren.dk) +- [Henry Widd's blog](https://widdindustries.com/blog) Feel free to PR yours. diff --git a/deps.edn b/deps.edn index 8c14c72..be22505 100644 --- a/deps.edn +++ b/deps.edn @@ -4,7 +4,7 @@ org.clojure/clojure {:mvn/version "1.11.1"} org.clojure/data.xml {:mvn/version "0.2.0-alpha6"} selmer/selmer {:mvn/version "1.12.53"} - markdown-clj/markdown-clj {:mvn/version "1.11.4"} + markdown-clj/markdown-clj {:mvn/version "1.11.7"} org.babashka/cli {:mvn/version "0.6.50"} org.babashka/http-server {:mvn/version "0.1.11"} babashka/babashka.pods {:git/url "https://github.com/babashka/pods"