Release 1.3.0

This commit is contained in:
Magnar Sveen 2013-09-06 22:21:57 +02:00
parent 65c0c0c6fe
commit d17c89e418
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,2 +1,2 @@
(define-package "multiple-cursors" "1.2.3"
(define-package "multiple-cursors" "1.3.0"
"Multiple cursors for Emacs.")