Skip to content

Commit

Permalink
Cut 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Nov 5, 2019
1 parent 9199ad6 commit e64d23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Documentation for the master branch as well as tagged releases are available
Just add `orchard` as a dependency and start hacking.

```clojure
[cider/orchard "0.5.3"]
[cider/orchard "0.5.4"]
```

Right now `orchard` provides functionality like:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cider/orchard "0.5.3"
(defproject cider/orchard "0.5.4"
:description "A fertile ground for Clojure tooling"
:url "https://github.com/clojure-emacs/orchard"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit e64d23d

Please sign in to comment.