Skip to content

Commit

Permalink
Release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Aug 13, 2016
1 parent 52e7eb4 commit 4ae329a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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!

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions readme-template.md
Expand Up @@ -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!

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4ae329a

Please sign in to comment.