Skip to content

Commit

Permalink
Bump version to 0.105.22 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Aug 19, 2016
1 parent 7c1fba7 commit 9f9faa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* Release 0.105.x
** 0.105.22 (2016/08/19)
*** Fixes
- Rename the =emacs-eclim= package to =eclim= (thanks to CestDiego)
** 0.105.21 (2016/06/08)
*** Fixes
- Fix hybrid state when escaping to normal state
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

(setq gc-cons-threshold 100000000)

(defconst spacemacs-version "0.105.21" "Spacemacs version.")
(defconst spacemacs-version "0.105.22" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

(if (not (version<= spacemacs-emacs-min-version emacs-version))
Expand Down

0 comments on commit 9f9faa4

Please sign in to comment.