We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadcb61 commit dedba5bCopy full SHA for dedba5b
.VERSION_PREFIX
@@ -1 +1 @@
1
-1.13
+1.14
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 1.14.134 (2025-04-24 / dadcb61)
2
3
## Fixed
4
README.md
@@ -20,13 +20,13 @@ CSS-in-Clj(s)
20
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
21
22
```
23
-com.lambdaisland/ornament {:mvn/version "1.13.130"}
+com.lambdaisland/ornament {:mvn/version "1.14.134"}
24
25
26
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
27
28
29
-[com.lambdaisland/ornament "1.13.130"]
+[com.lambdaisland/ornament "1.14.134"]
30
31
<!-- /installation -->
32
0 commit comments