Skip to content

Commit 336055e

Browse files
committed
Release 0.10.2
1 parent b1a7f0e commit 336055e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.10.2 / (unreleased)
3+
## 0.10.2 / 2015-01-27
44

55
### Changes
66

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; Steve Purcell <[email protected]>
1111
;; Maintainer: Bozhidar Batsov <[email protected]>
1212
;; URL: http://www.github.com/clojure-emacs/cider
13-
;; Version: 0.10.1
13+
;; Version: 0.10.2
1414
;; Package-Requires: ((emacs "24.3") (clojure-mode "5.1.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.4") (seq "1.9"))
1515
;; Keywords: languages, clojure, cider
1616

@@ -78,7 +78,7 @@
7878

7979
(require 'seq)
8080

81-
(defconst cider-version "0.10.1"
81+
(defconst cider-version "0.10.2"
8282
"Fallback version used when it cannot be extracted automatically.
8383
Normally it won't be used, unless `pkg-info' fails to extract the
8484
version from the CIDER package or library.")

0 commit comments

Comments
 (0)