Skip to content

Commit

Permalink
3.0.4 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Feb 16, 2024
1 parent 2b4581a commit 1c4fefa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions evil-matchit.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Chen Bin <[email protected]>
;; URL: http://github.com/redguardtoo/evil-matchit
;; Version: 3.0.3
;; Version: 3.0.4
;; Keywords: matchit vim evil
;; Package-Requires: ((emacs "25.1"))
;;
Expand Down Expand Up @@ -325,7 +325,7 @@ If IS-INNER is t, the region is inner text object."
(defun evilmi-version()
"Print version."
(interactive)
(message "3.0.3"))
(message "3.0.4"))

;; initialize evilmi-plugins only once
(evilmi-init-plugins)
Expand Down
2 changes: 1 addition & 1 deletion pkg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
name=evil-matchit
version=3.0.3
version=3.0.4
pkg=$name-$version
mkdir $pkg
cp README.org $pkg
Expand Down

0 comments on commit 1c4fefa

Please sign in to comment.