summaryrefslogtreecommitdiff
path: root/doc/installation.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-10-13 17:17:23 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-10-13 17:17:23 +0300
commitf3c396ff8cf4baf331b0e19e18e33b795b66ee3e (patch)
treeb1cd8cca788f404506ed3e420bdf83cc53752eed /doc/installation.md
parent7713423c87cab17b68a1eb3bf65f70f78c8c54b8 (diff)
Release CIDER 0.14 (Berlin a.k.a. The Birthday Release)
Happy birthday to me! :-)
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 514b624a..90e52531 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -95,7 +95,7 @@ Use the convenient plugin for defaults, either in your project's
A minimal `profiles.clj` for CIDER would be:
```clojure
-{:repl {:plugins [[cider/cider-nrepl "0.13.0"]]}}
+{:repl {:plugins [[cider/cider-nrepl "0.14.0"]]}}
```
**Be careful not to place this in the `:user` profile, as this way CIDER's
@@ -111,7 +111,7 @@ all of their projects using a `~/.boot/profile.boot` file like so:
(require 'boot.repl)
(swap! boot.repl/*default-dependencies*
- concat '[[cider/cider-nrepl "0.13.0"]])
+ concat '[[cider/cider-nrepl "0.14.0"]])
(swap! boot.repl/*default-middleware*
conj 'cider.nrepl/cider-middleware)
@@ -138,6 +138,6 @@ It goes without saying that your project should depend on `cider-nrepl`.
***
-`x.y.z` should match the version of CIDER you're currently using (say `0.13.0`).
+`x.y.z` should match the version of CIDER you're currently using (say `0.14.0`).
For snapshot releases of CIDER you should use the snapshot of the plugin as well
-(say `0.13.0-SNAPSHOT`).
+(say `0.14.0-SNAPSHOT`).