branch: externals/urgrep commit 8169f5b5646b606d1273e1230aaf827cdd44a770 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
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 011387c801..f9102ec4dc 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 2d25455e0d..5344a12574 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 3bb8344ce3..c627c1ba9a 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 ca6436e2fe..4503f90e44 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"))