Skip to content

Commit

Permalink
Release Dash 2.19.1
Browse files Browse the repository at this point in the history
* dash.el: Bump to version 2.19.1.
* README.md:
* dash.texi: Regenerate docs.

Re: #384.
  • Loading branch information
basil-conto committed Aug 26, 2021
1 parent b945f00 commit 39d067b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ Libraries")`](https://gnu.org/software/emacs/manual/html_node/emacs/Lisp-Librari

Add something like this to the library's headers:

;; Package-Requires: ((dash "2.19.0"))
;; Package-Requires: ((dash "2.19.1"))

See [`(info "(elisp) Library
Headers")`](https://gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html).
Expand Down
2 changes: 1 addition & 1 deletion dash.el
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2012-2021 Free Software Foundation, Inc.

;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 2.19.0
;; Version: 2.19.1
;; Package-Requires: ((emacs "24"))
;; Keywords: extensions, lisp
;; Homepage: https://github.com/magnars/dash.el
Expand Down
2 changes: 1 addition & 1 deletion dash.texi
@@ -1,7 +1,7 @@
\input texinfo @c -*- texinfo -*-
@c %**start of header
@setfilename dash.info
@set DASHVER 2.19.0
@set DASHVER 2.19.1
@settitle Dash: A modern list library for GNU Emacs.
@documentencoding UTF-8
@documentlanguage en
Expand Down

0 comments on commit 39d067b

Please sign in to comment.