Skip to content

Commit

Permalink
# 0.9.48 (2024-06-18 / e43362c)
Browse files Browse the repository at this point in the history
## Added

- Support custom attribute prefixes that use dashes
  • Loading branch information
plexus committed Jun 18, 2024
1 parent e43362c commit 3067dbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8
0.9
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.9.48 (2024-06-18 / e43362c)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ overhead when doing cross-platform development.
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/hiccup {:mvn/version "0.8.45"}
com.lambdaisland/hiccup {:mvn/version "0.9.48"}
```

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

```
[com.lambdaisland/hiccup "0.8.45"]
[com.lambdaisland/hiccup "0.9.48"]
```
<!-- /installation -->

Expand Down

0 comments on commit 3067dbe

Please sign in to comment.