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

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

[elpa] externals/dash 4ae329a 032/316: Release 2.13.0


From: ELPA Syncer
Subject: [elpa] externals/dash 4ae329a 032/316: Release 2.13.0
Date: Mon, 15 Feb 2021 15:57:19 -0500 (EST)

branch: externals/dash
commit 4ae329aa2160411c8b47794de067fcf29bc38a22
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Release 2.13.0
---
 README.md          | 6 +++---
 dash.el            | 4 ++--
 readme-template.md | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 92da4eb..46229fe 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.12.1"))
+    ;; Package-Requires: ((dash "2.13.0"))
 
 To get function combinators:
 
-    ;; Package-Requires: ((dash "2.12.1") (dash-functional "1.2.0") (emacs 
"24"))
+    ;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (emacs 
"24"))
 
 ## Upcoming breaking change!
 
@@ -2638,7 +2638,7 @@ Thanks!
 
 ## License
 
-Copyright (C) 2012-2014 Magnar Sveen
+Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
 Authors: Magnar Sveen <magnars@gmail.com>
 Keywords: lists
diff --git a/dash.el b/dash.el
index ee362b5..19c9a8e 100644
--- a/dash.el
+++ b/dash.el
@@ -1,9 +1,9 @@
 ;;; dash.el --- A modern list library for Emacs  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
 ;; Author: Magnar Sveen <magnars@gmail.com>
-;; Version: 2.12.1
+;; Version: 2.13.0
 ;; 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 c9cdc41..fec9979 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.12.1"))
+    ;; Package-Requires: ((dash "2.13.0"))
 
 To get function combinators:
 
-    ;; Package-Requires: ((dash "2.12.1") (dash-functional "1.2.0") (emacs 
"24"))
+    ;; Package-Requires: ((dash "2.13.0") (dash-functional "1.2.0") (emacs 
"24"))
 
 ## Upcoming breaking change!
 
@@ -250,7 +250,7 @@ Thanks!
 
 ## License
 
-Copyright (C) 2012-2014 Magnar Sveen
+Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
 Authors: Magnar Sveen <magnars@gmail.com>
 Keywords: lists



reply via email to

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