diff --git a/README.md b/README.md index b600432..0ef4f06 100644 --- a/README.md +++ b/README.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 diff --git a/dash.el b/dash.el index 2c77a11..af6ab15 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012 Magnar Sveen ;; Author: Magnar Sveen -;; Version: 2.4.1 +;; Version: 2.4.2 ;; Keywords: lists ;; This program is free software; you can redistribute it and/or modify diff --git a/readme-template.md b/readme-template.md index 455aeae..db7c04e 100644 --- a/readme-template.md +++ b/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