Skip to content

Commit

Permalink
Bump version to 0.103.4
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Aug 7, 2015
1 parent b65ee09 commit f7a2e36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
* Release 0.103.x
** 0.103.4 (2015/08/07)
*** Layer changes
**** Clojure
- Fix key bindings for new Clojure major modes: =clojurec-mode=,
=clojurescript-mode= and =clojurex-mode= (thanks to benalbrecht)
** 0.103.3 (2015/08/04)
*** Layer changes
**** Osx
- Rename =reveal-in-finder= to its new name =reveal-in-osx-finder=
(thanks to syohex)
** 0.103.2 (2015/07/04)
*** Layer changes
**** Git
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; Without this comment emacs25 adds (package-initialize) here
;; (package-initialize)

(defconst spacemacs-version "0.103.3" "Spacemacs version.")
(defconst spacemacs-version "0.103.4" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

(defun spacemacs/emacs-version-ok ()
Expand Down

0 comments on commit f7a2e36

Please sign in to comment.