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.")