We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0e24b commit 8df1675Copy full SHA for 8df1675
README.md
@@ -80,7 +80,7 @@ Documentation for the master branch as well as tagged releases are available
80
Just add `orchard` as a dependency and start hacking.
81
82
```clojure
83
-[cider/orchard "0.6.4"]
+[cider/orchard "0.6.5"]
84
```
85
86
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
project.clj
@@ -1,4 +1,4 @@
1
-(defproject cider/orchard "0.6.4"
+(defproject cider/orchard "0.6.5"
2
:description "A fertile ground for Clojure tooling"
3
:url "https://github.com/clojure-emacs/orchard"
4
:license {:name "Eclipse Public License"
0 commit comments