Skip to content

Commit

Permalink
Release 2.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Oct 12, 2011
1 parent 5dcf8f7 commit 77eb33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Emacs Starter Kit — History of User-Visible Changes

## 2.0.3 / ???
## 2.0.3 / 2011-10-11

* Update ido-ubiquitous to work better with M-x rgrep.
* Save smex command history between Emacs launches.
Expand Down
4 changes: 2 additions & 2 deletions starter-kit-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "starter-kit" "2.0.2"
(define-package "starter-kit" "2.0.3"
"Saner defaults and goodies."
'((paredit "22") (idle-highlight-mode "1.1.1") (find-file-in-project "3.0")
(smex "1.1.1") (ido-ubiquitous "0.4") (magit "0.8.1")))
(smex "1.1.1") (ido-ubiquitous "0.3") (magit "0.8.1")))

0 comments on commit 77eb33d

Please sign in to comment.