You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Documentation for the master branch as well as tagged releases are available
78
78
Just add `orchard` as a dependency and start hacking.
79
79
80
80
```clojure
81
-
[cider/orchard "0.9.2"]
81
+
[cider/orchard "0.10.0"]
82
82
```
83
83
84
84
Consult the [API documentation](https://cljdoc.org/d/cider/orchard/CURRENT) to get a better idea about the
@@ -147,7 +147,7 @@ clients can make of use of the general functionality contained in
147
147
You can install Orchard locally like this:
148
148
149
149
```
150
-
PROJECT_VERSION=0.9.2 make install
150
+
PROJECT_VERSION=0.10.0 make install
151
151
```
152
152
153
153
...note that projects such as cider-nrepl or refactor-nrepl use copies of Orchard that are inlined with [mranderson](https://github.com/benedekfazekas/mranderson),
@@ -156,7 +156,7 @@ so a local Orchard install won't automatically update those.
0 commit comments