diff --git a/README.md b/README.md index c1175e8..3c9d006 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.13.0")) + ;; Package-Requires: ((dash "2.14.1")) To get function combinators: - ;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (emacs "24")) + ;; Package-Requires: ((dash "2.14.1") (dash-functional "1.2.0") (emacs "24")) ## Upcoming breaking change! diff --git a/dash.el b/dash.el index 9d366ff..89c01b5 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012-2016 Free Software Foundation, Inc. ;; Author: Magnar Sveen -;; Version: 2.13.0 +;; Version: 2.14.1 ;; 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 0018293..333b5c2 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.13.0")) + ;; Package-Requires: ((dash "2.14.1")) To get function combinators: - ;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (emacs "24")) + ;; Package-Requires: ((dash "2.14.1") (dash-functional "1.2.0") (emacs "24")) ## Upcoming breaking change!