summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-03 07:26:34 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-03 07:26:34 +0200
commit16389c8dea69c7f29871c80d00d44c504d23dd17 (patch)
tree8a50e113e66a189420d5f08b8f27b0f4b75fd3e3 /README.md
parent973ba343cb43c17ff98c726db61f58d47830cf00 (diff)
Release CIDER 0.11 (Bulgaria)
Today Bulgarians celebrate Liberty Day and the rest of the world will celebrate the release of CIDER 0.11! :-)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ee38fe1a..19d2b127 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ If you like the project, please consider [supporting its ongoing development](#d
**This documentation tracks the `master` branch of CIDER. Some of
the features and settings discussed here might not be available in
older releases (including the current stable release). Please, consult
-the relevant git tag (e.g. v0.10.2) if you need documentation for a
+the relevant git tag (e.g. v0.11.0) if you need documentation for a
specific CIDER release.**
***
@@ -248,7 +248,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.10.2"]]}}
+{:repl {:plugins [[cider/cider-nrepl "0.11.0"]]}}
```
**Be careful not to place this in the `:user` profile, as this way CIDER's
@@ -264,7 +264,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.10.2"]])
+ concat '[[cider/cider-nrepl "0.11.0"]])
(swap! boot.repl/*default-middleware*
conj 'cider.nrepl/cider-middleware)