emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash a74f4cf 105/316: Bump version in package declarati


From: ELPA Syncer
Subject: [elpa] externals/dash a74f4cf 105/316: Bump version in package declaration
Date: Mon, 15 Feb 2021 15:57:36 -0500 (EST)

branch: externals/dash
commit a74f4cfcdc8d0642a9f602ad494f0354f27dacc9
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    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 <magnars@gmail.com>
-;; 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!
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]