We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d417f commit e490b56Copy full SHA for e490b56
.VERSION_PREFIX
@@ -1 +1 @@
1
-0.13
+0.14
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 0.14.67 (2025-02-03 / 26d417f)
2
3
## Added
4
README.md
@@ -25,13 +25,13 @@ overhead when doing cross-platform development.
25
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
26
27
```
28
-com.lambdaisland/hiccup {:mvn/version "0.13.64"}
+com.lambdaisland/hiccup {:mvn/version "0.14.67"}
29
30
31
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
32
33
34
-[com.lambdaisland/hiccup "0.13.64"]
+[com.lambdaisland/hiccup "0.14.67"]
35
36
<!-- /installation -->
37
0 commit comments