Bump version in package declaration

master
Matus Goljer 8 years ago
parent e9919f6db4
commit a74f4cfcdc
No known key found for this signature in database
GPG Key ID: FA5A172CF1800B80
  1. 4
      README.md
  2. 2
      dash.el
  3. 4
      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!

@ -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

@ -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!

Loading…
Cancel
Save