branch: elpa/logview commit 84f7d574b0b4b8bcaa98f45b7e8d7d947fe273e7 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Bump version because of the critical bugfix for Emacs 24. --- README.md | 1 - logview.el | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cb0b75c88..8233a77f48 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Assuming your `package-archives` lists MELPA, just type to install it. Alternatively, installing Logview from source is not difficult either. - First, clone the source code: $ cd SOME-PATH diff --git a/logview.el b/logview.el index 1a812ddbf2..3663b167de 100644 --- a/logview.el +++ b/logview.el @@ -4,7 +4,7 @@ ;; Author: Paul Pogonyshev <pogonys...@gmail.com> ;; Maintainer: Paul Pogonyshev <pogonys...@gmail.com> -;; Version: 0.4 +;; Version: 0.4.1 ;; Keywords: files, tools ;; Homepage: https://github.com/doublep/logview ;; Package-Requires: ((emacs "24.1"))