Skip to content

Commit

Permalink
Bump version to 1.13.0
Browse files Browse the repository at this point in the history
Version 1.2.15 was accidentally tagged as 1.12.15, and released as
such by MELPA Stable, so now I guess we have to run with it.
  • Loading branch information
TheBB committed Dec 18, 2019
1 parent 8a06c0d commit 36d4cfb
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "evil" "1.3.0-snapshot" "Extensible Vi layer for Emacs.")
(package "evil" "1.13.0" "Extensible Vi layer for Emacs.")

(files "*.el")

Expand Down
2 changes: 1 addition & 1 deletion evil-command-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Author: Emanuel Evans <emanuel.evans at gmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-common.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-development.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Author: Justin Burkett <justin at burkett dot cc>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-digraphs.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-ex.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Frank Fischer <frank fischer at mathematik.tu-chemnitz.de>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-integration.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-jumps.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Author: Bailey Ling <bling at live.ca>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-macros.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-maps.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-pkg.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(define-package
"evil"
"1.3.0-snapshot"
"1.13.0"
"Extensible Vi layer for Emacs."
'((emacs "24.1")
(undo-tree "0.6.3")
Expand Down
2 changes: 1 addition & 1 deletion evil-repeat.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Frank Fischer <frank.fischer at mathematik.tu-chemnitz.de>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-states.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
4 changes: 2 additions & 2 deletions evil-test-helpers.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
;; Package-Requires: ((evil "1.3.0-snapshot"))
;; Version: 1.3.0-snapshot
;; Package-Requires: ((evil "1.13.0"))
;; Version: 1.13.0

;; This file is NOT part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion evil-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
2 changes: 1 addition & 1 deletion evil-types.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down
4 changes: 2 additions & 2 deletions evil-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>

;; Version: 1.3.0-snapshot
;; Version: 1.13.0

;;
;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -1874,7 +1874,7 @@ Otherwise the previous command is assumed as substitute.")
(buffer-substring (point-min)
(line-end-position))))
;; no repo, use plain version
"1.3.0-snapshot"))))
"1.13.0"))))
"The current version of Evil")

(defcustom evil-want-integration t
Expand Down
2 changes: 1 addition & 1 deletion evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
;; To get in touch, please use the bug tracker or the
;; mailing list (see below).
;; Created: 2011-03-01
;; Version: 1.3.0-snapshot
;; Version: 1.13.0
;; Keywords: emulation, vim
;; URL: https://github.com/emacs-evil/evil
;; Repository: https://github.com/emacs-evil/evil.git
Expand Down

0 comments on commit 36d4cfb

Please sign in to comment.