Release 2.4.2

master
Magnar Sveen 12 years ago
parent b661f96015
commit 25be31a598
  1. 4
      README.md
  2. 2
      dash.el
  3. 4
      readme-template.md

@ -19,11 +19,11 @@ If you want the function combinators, then also:
Add this to the big comment block at the top:
;; Package-Requires: ((dash "2.4.1"))
;; Package-Requires: ((dash "2.4.2"))
To get function combinators:
;; Package-Requires: ((dash "2.4.1") (dash-functional "1.0.0") (emacs "24"))
;; Package-Requires: ((dash "2.4.2") (dash-functional "1.0.0") (emacs "24"))
## Syntax highlighting of dash functions

@ -3,7 +3,7 @@
;; Copyright (C) 2012 Magnar Sveen
;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 2.4.1
;; Version: 2.4.2
;; Keywords: lists
;; This program is free software; you can redistribute it and/or modify

@ -19,11 +19,11 @@ If you want the function combinators, then also:
Add this to the big comment block at the top:
;; Package-Requires: ((dash "2.4.1"))
;; Package-Requires: ((dash "2.4.2"))
To get function combinators:
;; Package-Requires: ((dash "2.4.1") (dash-functional "1.0.0") (emacs "24"))
;; Package-Requires: ((dash "2.4.2") (dash-functional "1.0.0") (emacs "24"))
## Syntax highlighting of dash functions

Loading…
Cancel
Save