Skip to content

Commit

Permalink
Bump to version 0.102.1
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jun 1, 2015
1 parent 0163bb5 commit e022f68
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,4 +1,10 @@
* Release 0.102.x
** 0.102.1 (2015/06/01)
*** Layer changes
**** Org
- Fix lazy-loading of =ox-gfm= package.
*** Core
- Catch layer variables syntax errors
** 0.102.0 (2015/05/31)
*** IMPORTANT: Breaking changes
- All Emacs Lisp related configuration has been moved to its own layer
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defconst spacemacs-version "0.102.0" "Spacemacs version.")
(defconst spacemacs-version "0.102.1" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

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

0 comments on commit e022f68

Please sign in to comment.