From 8169f5b5646b606d1273e1230aaf827cdd44a770 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Sun, 10 Mar 2024 20:42:39 -0700 Subject: [PATCH] Update version to v0.4.1 --- NEWS.md | 2 +- urgrep-wgrep.el | 2 +- urgrep-xref.el | 2 +- urgrep.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 011387c..f9102ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Urgrep News -## v0.4.1 (in progress) +## v0.4.1 (2024-03-10) ### Bug fixes - Fix highlighting of matches when using Ugrep diff --git a/urgrep-wgrep.el b/urgrep-wgrep.el index 2d25455..5344a12 100644 --- a/urgrep-wgrep.el +++ b/urgrep-wgrep.el @@ -4,7 +4,7 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep -;; Version: 0.4.0-git +;; Version: 0.4.1 ;; Keywords: grep, search ;; This file is NOT part of GNU Emacs. diff --git a/urgrep-xref.el b/urgrep-xref.el index 3bb8344..c627c1b 100644 --- a/urgrep-xref.el +++ b/urgrep-xref.el @@ -4,7 +4,7 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep -;; Version: 0.4.1-git +;; Version: 0.4.1 ;; Keywords: grep, search ;; This file is NOT part of GNU Emacs. diff --git a/urgrep.el b/urgrep.el index ca6436e..4503f90 100644 --- a/urgrep.el +++ b/urgrep.el @@ -4,7 +4,7 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep -;; Version: 0.4.0-git +;; Version: 0.4.1 ;; Keywords: grep, search ;; Package-Requires: ((emacs "27.1") (compat "29.1.0.1") (project "0.3.0"))