From 54d4e933039827c158a4f593a94681a64e0d8042 Mon Sep 17 00:00:00 2001 From: DogLooksGood Date: Sun, 11 Feb 2024 00:42:55 +0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ meow.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3008e..b8898c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 1.4.5 (2024-02-11) + ### Bugs fixed * [#557](https://github.com/meow-edit/meow/issues/557) Fix the shim code for `wdired`. * [#546](https://github.com/meow-edit/meow/issues/546) Fix `meow-back-symbol` that unconditionally reverse direction. diff --git a/meow.el b/meow.el index dafc46e..fd62148 100644 --- a/meow.el +++ b/meow.el @@ -3,7 +3,7 @@ ;; Author: Shi Tianshu ;; Keywords: convenience, modal-editing ;; Package-Requires: ((emacs "27.1")) -;; Version: 1.4.4 +;; Version: 1.4.5 ;; URL: https://www.github.com/DogLooksGood/meow ;; ;; This file is not part of GNU Emacs.