We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a92ab commit 93e061bCopy full SHA for 93e061b
cider.el
@@ -10,7 +10,7 @@
10
;; Steve Purcell <steve@sanityinc.com>
11
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
12
;; URL: http://www.github.com/clojure-emacs/cider
13
-;; Version: 0.10.0
+;; Version: 0.10.1
14
;; Package-Requires: ((emacs "24.3") (clojure-mode "5.1.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.4") (seq "1.9"))
15
;; Keywords: languages, clojure, cider
16
@@ -78,7 +78,7 @@
78
79
(require 'seq)
80
81
-(defconst cider-version "0.10.0"
+(defconst cider-version "0.10.1"
82
"Fallback version used when it cannot be extracted automatically.
83
Normally it won't be used, unless `pkg-info' fails to extract the
84
version from the CIDER package or library.")
0 commit comments