Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmag committed Mar 28, 2021
1 parent 1e66b36 commit 8f84def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#+TITLE: Changelog

* Not Part of a Tagged Release Yet
* Release 1.8
** Breaking Changes
*** [[https://github.com/bmag/emacs-purpose/issues/144][#144]]: purpose-x-magit extension: replace ~magit~ purpose with ~Magit~
When using the purpose-x-magit extension via
Expand Down
4 changes: 2 additions & 2 deletions window-purpose.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Bar Magal
;; Package: purpose
;; Version: 1.7
;; Version: 1.8
;; Keywords: frames
;; Homepage: https://github.com/bmag/emacs-purpose
;; Package-Requires: ((emacs "24.4") (let-alist "1.0.3") (imenu-list "0.1"))
Expand Down Expand Up @@ -72,7 +72,7 @@
(require 'window-purpose-prefix-overload)
(require 'window-purpose-fixes)

(defconst purpose-version "1.7.0"
(defconst purpose-version "1.8.0"
"Purpose's version.")


Expand Down

0 comments on commit 8f84def

Please sign in to comment.