Skip to content

Commit 2675596

Browse files
committed
Release Dash 2.19.0
* dash.el: Bump to version 2.19.0. * README.md: * dash.texi: Regenerate docs. Closes #382.
1 parent 350b4c3 commit 2675596

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Libraries")`](https://gnu.org/software/emacs/manual/html_node/emacs/Lisp-Librari
5656

5757
Add something like this to the library's headers:
5858

59-
;; Package-Requires: ((dash "2.18.1"))
59+
;; Package-Requires: ((dash "2.19.0"))
6060

6161
See [`(info "(elisp) Library
6262
Headers")`](https://gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html).

dash.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
44

55
;; Author: Magnar Sveen <magnars@gmail.com>
6-
;; Version: 2.18.1
6+
;; Version: 2.19.0
77
;; Package-Requires: ((emacs "24"))
88
;; Keywords: extensions, lisp
99
;; Homepage: https://github.com/magnars/dash.el

dash.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\input texinfo @c -*- texinfo -*-
22
@c %**start of header
33
@setfilename dash.info
4-
@set DASHVER 2.18.1
4+
@set DASHVER 2.19.0
55
@settitle Dash: A modern list library for GNU Emacs.
66
@documentencoding UTF-8
77
@documentlanguage en

0 commit comments

Comments
 (0)