branch: elpa/multiple-cursors
commit d17c89e41847cf9292004590ba5b1c8cec0b1c50
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Release 1.3.0
---
README.md | 1 +
multiple-cursors-pkg.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a6a1189..290fea4 100644
--- a/README.md
+++ b/README.md
@@ -170,6 +170,7 @@ Run the tests with:
* [Ivan Andrus](https://github.com/gvol) added showing number of cursors in
mode-line
* [Fuco](https://github.com/Fuco1) added the first version of
`mc/mark-all-like-this-dwim`
* [Zach Kost-Smith](https://github.com/smithzvk) added `mc/mark-pop`
+* [Maciej Katafiasz](https://github.com/mathrick) added `mc/mark-all-dwim`
Thanks!
diff --git a/multiple-cursors-pkg.el b/multiple-cursors-pkg.el
index 3cbd068..af2e2e1 100644
--- a/multiple-cursors-pkg.el
+++ b/multiple-cursors-pkg.el
@@ -1,2 +1,2 @@
-(define-package "multiple-cursors" "1.2.3"
+(define-package "multiple-cursors" "1.3.0"
"Multiple cursors for Emacs.")