diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2018-07-21 11:54:20 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2018-07-21 11:54:20 +0300 |
| commit | 09d1ef17a20c42dc6a2b1622df8faa8fb1c6ad9f (patch) | |
| tree | 64096916cd04a7f62663875306510a03bf30d546 /projectile.el | |
| parent | bf8bc81868273bd1ec75c57f49513d228373a71e (diff) | |
Release 1.0.0!!!v1.0.0
I guess this had to happen at some point, right? ;-)
Diffstat (limited to 'projectile.el')
| -rw-r--r-- | projectile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el index a2ee5e8..d7d3e73 100644 --- a/projectile.el +++ b/projectile.el @@ -5,7 +5,7 @@ ;; Author: Bozhidar Batsov <bozhidar@batsov.com> ;; URL: https://github.com/bbatsov/projectile ;; Keywords: project, convenience -;; Version: 1.0.0-snapshot +;; Version: 1.0.0 ;; Package-Requires: ((emacs "25.1") (pkg-info "0.4")) ;; This file is NOT part of GNU Emacs. @@ -71,7 +71,7 @@ "Manage and navigate projects easily." :group 'tools :group 'convenience - :link '(url-link :tag "Github" "https://github.com/bbatsov/projectile") + :link '(url-link :tag "GitHub" "https://github.com/bbatsov/projectile") :link '(url-link :tag "Online Manual" "https://projectile.readthedocs.io/") :link '(emacs-commentary-link :tag "Commentary" "projectile")) |
