Skip to content

Commit

Permalink
# 0.4.34 (2022-01-25 / df056c8)
Browse files Browse the repository at this point in the history
## Fixed

- Fix cljdoc build
  • Loading branch information
plexus committed Jan 25, 2022
1 parent df056c8 commit 1369692
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.3
0.4
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.4.34 (2022-01-25 / df056c8)

## Fixed

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

```
com.lambdaisland/ornament {:mvn/version "0.2.30"}
com.lambdaisland/ornament {:mvn/version "0.3.34"}
```

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

```
[com.lambdaisland/ornament "0.2.30"]
[com.lambdaisland/ornament "0.3.34"]
```
<!-- /installation -->

Expand Down

0 comments on commit 1369692

Please sign in to comment.