Skip to content

Commit 700f3e1

Browse files
committed
# 0.8.45 (2024-06-18 / 67c75ef)
## Added - Support custom attribute prefixes that use dashes
1 parent 67c75ef commit 700f3e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7
1+
0.8

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.8.45 (2024-06-18 / 67c75ef)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ overhead when doing cross-platform development.
2424
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
2525

2626
```
27-
com.lambdaisland/hiccup {:mvn/version "0.7.42"}
27+
com.lambdaisland/hiccup {:mvn/version "0.8.45"}
2828
```
2929

3030
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
3131

3232
```
33-
[com.lambdaisland/hiccup "0.7.42"]
33+
[com.lambdaisland/hiccup "0.8.45"]
3434
```
3535
<!-- /installation -->
3636

0 commit comments

Comments
 (0)