Skip to content

Commit

Permalink
bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktasia committed Sep 12, 2019
1 parent cd9d4b9 commit 0319569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ There is currently basic support for the following languages:
* SML
* Scala
* Scheme
* SQL
* Swift
* SystemVerilog
* Vala
Expand Down
6 changes: 3 additions & 3 deletions dumb-jump.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; dumb-jump.el --- jump to definition for multiple languages without configuration. -*- lexical-binding: t; -*-
;;; dumb-jump.el --- jump to definition for 40+ languages without configuration. -*- lexical-binding: t; -*-
;; Copyright (C) 2015-2019 jack angers
;; Author: jack angers and contributors
;; Version: 0.5.2
;; Version: 0.5.3
;; Package-Requires: ((emacs "24.3") (f "0.20.0") (s "1.11.0") (dash "2.9.0") (popup "0.5.3"))
;; Keywords: programming

Expand All @@ -20,7 +20,7 @@

;;; Commentary:

;; Dumb Jump is an Emacs "jump to definition" package with support for multiple programming languages that favors
;; Dumb Jump is an Emacs "jump to definition" package with support for 40+ programming languages that favors
;; "just working" over speed or accuracy. This means minimal -- and ideally zero -- configuration with absolutely
;; no stored indexes (TAGS) or persistent background processes. Dumb Jump performs best with The Silver Searcher
;; `ag` or ripgrep `rg` installed. Dumb Jump requires at least GNU Emacs 24.3.
Expand Down

0 comments on commit 0319569

Please sign in to comment.