Skip to content

Commit 8df1675

Browse files
committed
Release 0.6.5
1 parent 5a0e24b commit 8df1675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Documentation for the master branch as well as tagged releases are available
8080
Just add `orchard` as a dependency and start hacking.
8181

8282
```clojure
83-
[cider/orchard "0.6.4"]
83+
[cider/orchard "0.6.5"]
8484
```
8585

8686
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject cider/orchard "0.6.4"
1+
(defproject cider/orchard "0.6.5"
22
:description "A fertile ground for Clojure tooling"
33
:url "https://github.com/clojure-emacs/orchard"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)