Skip to content

Commit

Permalink
Set version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Jul 30, 2023
1 parent a955bcb commit 1985300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGES.org
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
- Devil key translation from =m m= to =m=.
- Devil key translation from =m= to =M-=.


** Version 0.5.0 (2023-06-15)
:PROPERTIES:
:CUSTOM_ID: 0.5.0
Expand Down
4 changes: 2 additions & 2 deletions devil.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Susam Pal <[email protected]>
;; Maintainer: Susam Pal <[email protected]>
;; Version: 0.6.0-beta1
;; Version: 0.6.0
;; Package-Requires: ((emacs "24.4"))
;; Keywords: convenience, abbrev
;; URL: https://github.com/susam/devil
Expand Down Expand Up @@ -48,7 +48,7 @@
:prefix "devil-"
:group 'editing)

(defconst devil-version "0.5.0"
(defconst devil-version "0.6.0"
"Devil version string.")

(defvar devil-mode-map (make-sparse-keymap)
Expand Down

0 comments on commit 1985300

Please sign in to comment.