From 4ae329aa2160411c8b47794de067fcf29bc38a22 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Sat, 13 Aug 2016 18:51:55 +0200 Subject: [PATCH] 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 92da4eb0..46229fe3 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 Keywords: lists diff --git a/dash.el b/dash.el index ee362b50..19c9a8e4 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 -;; 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 c9cdc41c..fec99799 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 Keywords: lists