Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cichli committed Feb 5, 2019
1 parent c4be495 commit 5d3ebcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ original state.
## Installation

Piggieback is compatible with Clojure 1.8.0+, and _requires_ ClojureScript
`1.9` or later and nREPL `0.2.10` or later.
`1.9` or later and nREPL `0.4.0` or later.

**Please, note that Piggieback 0.3.7 is the first version compatible
with nREPL 0.4+.**
Expand All @@ -47,7 +47,7 @@ Modify your `project.clj` to include the following `:dependencies` and
`:repl-options`:

```clojure
:profiles {:dev {:dependencies [[cider/piggieback "0.3.10"]]
:profiles {:dev {:dependencies [[cider/piggieback "0.4.0"]]
:repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}}}
```

Expand All @@ -73,8 +73,8 @@ Add this alias to `~/.clojure/deps.edn`:
;; ...
:aliases {:nrepl
{:extra-deps
{nrepl/nrepl {:mvn/version "0.4.5"}
cider/piggieback {:mvn/version "0.3.10"}}}}
{nrepl/nrepl {:mvn/version "0.6.0"}
cider/piggieback {:mvn/version "0.4.0"}}}}
}
```

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/piggieback "0.4.0-SNAPSHOT"
(defproject cider/piggieback "0.4.0"
:description "Middleware adding support for running ClojureScript REPLs over nREPL."
:url "http://github.com/nrepl/piggieback"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 5d3ebcc

Please sign in to comment.