Skip to content

Commit 8a1262d

Browse files
committed
Release 0.22
1 parent 94cb9a2 commit 8a1262d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: http://www.github.com/clojure-emacs/cider
14-
;; Version: 0.22.0-snapshot
14+
;; Version: 0.22.0
1515
;; Package-Requires: ((emacs "25") (clojure-mode "5.9") (parseedn "0.1") (pkg-info "0.4") (queue "0.2") (spinner "1.7") (seq "2.16") (sesman "0.3.2"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -87,7 +87,7 @@
8787
(require 'seq)
8888
(require 'sesman)
8989

90-
(defconst cider-version "0.22.0-snapshot"
90+
(defconst cider-version "0.22.0"
9191
"Fallback version used when it cannot be extracted automatically.
9292
Normally it won't be used, unless `pkg-info' fails to extract the
9393
version from the CIDER package or library.")

doc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cider
22
title: CIDER
3-
version: master
3+
version: 0.22.0
44
nav:
55
- modules/ROOT/nav.adoc

doc/modules/ROOT/pages/basics/up_and_running.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ simple - CIDER simply passes the extra dependencies and nREPL configuration to
5555
your build tool in the command in runs to start the nREPL server. Here's how
5656
this looks for `tools.deps`:
5757

58-
$ clojure -Sdeps '{:deps {nrepl {:mvn/version "0.6.0"} cider/cider-nrepl {:mvn/version "0.22.0-SNAPSHOT"}}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]'
58+
$ clojure -Sdeps '{:deps {nrepl {:mvn/version "0.6.0"} cider/cider-nrepl {:mvn/version "0.22.1"}}}' -m nrepl.cmdline --middleware '["cider.nrepl/cider-middleware"]'
5959

6060
TIP: If you don't want `cider-jack-in` to inject dependencies automatically, set
6161
`cider-inject-dependencies-at-jack-in` to `nil`. Note that you'll have to setup

0 commit comments

Comments
 (0)