Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 27, 2016
1 parent b1a7f0e commit 336055e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 0.10.2 / (unreleased)
## 0.10.2 / 2015-01-27

### Changes

Expand Down
4 changes: 2 additions & 2 deletions cider.el
Expand Up @@ -10,7 +10,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 0.10.1
;; Version: 0.10.2
;; Package-Requires: ((emacs "24.3") (clojure-mode "5.1.0") (pkg-info "0.4") (queue "0.1.1") (spinner "1.4") (seq "1.9"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -78,7 +78,7 @@

(require 'seq)

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

0 comments on commit 336055e

Please sign in to comment.