From a74f4cfcdc8d0642a9f602ad494f0354f27dacc9 Mon Sep 17 00:00:00 2001 From: Matus Goljer Date: Fri, 13 Apr 2018 09:30:55 +0200 Subject: [PATCH] Bump version in package declaration --- README.md | 4 ++-- dash.el | 2 +- readme-template.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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!