branch: elpa/evil-matchit
commit 1c4fefa9bb11cc4b1d7f10614d2021c12ed12e89
Author: Chen Bin <chenbin...@gmail.com>
Commit: Chen Bin <chenbin...@gmail.com>

    3.0.4 released
---
 evil-matchit.el | 4 ++--
 pkg.sh          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/evil-matchit.el b/evil-matchit.el
index e07552e678..425aee241d 100644
--- a/evil-matchit.el
+++ b/evil-matchit.el
@@ -4,7 +4,7 @@
 
 ;; Author: Chen Bin <chenbin...@gmail.com>
 ;; URL: http://github.com/redguardtoo/evil-matchit
-;; Version: 3.0.3
+;; Version: 3.0.4
 ;; Keywords: matchit vim evil
 ;; Package-Requires: ((emacs "25.1"))
 ;;
@@ -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)
diff --git a/pkg.sh b/pkg.sh
index 35eb0ec4e9..5dd261363a 100755
--- a/pkg.sh
+++ b/pkg.sh
@@ -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

Reply via email to