Skip to content

Commit 9c7250a

Browse files
committed
Bump version to 0.105.20 and update change log
1 parent 6127047 commit 9c7250a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.org

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
* Release 0.105.x
2+
** 0.105.20 (2016/05/10)
3+
*** Fixes
4+
- Update Spaceline configuration for new version
25
** 0.105.19 (2016/04/20)
36
*** Fixes
47
- Fix =dired-x= autoload (thanks to darkfeline)

Diff for: init.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; (package-initialize)
1414

1515
(setq gc-cons-threshold 100000000)
16-
(defconst spacemacs-version "0.105.19" "Spacemacs version.")
16+
(defconst spacemacs-version "0.105.20" "Spacemacs version.")
1717
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")
1818

1919
(if (not (version<= spacemacs-emacs-min-version emacs-version))

0 commit comments

Comments
 (0)