Skip to content

Commit

Permalink
Bump version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
masasam committed Aug 29, 2018
1 parent a9fd808 commit 2148e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm-tramp.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@

;; Author: Masashı Mıyaura
;; URL: https://github.com/masasam/emacs-helm-tramp
;; Version: 1.0.6
;; Version: 1.1.6
;; Package-Requires: ((emacs "24.3") (helm "2.0"))

;; This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -64,8 64,8 @@ The hook is called with one argument that is non-nil."

(defcustom helm-tramp-custom-connections '()
"A list to manually add extra connections.
E.g.: '(\"/ssh:domain|sudo:user@localhost:/\")."
:type '(repeat string))
E.g.: '(/ssh:domain|sudo:user@localhost:/)."
:type 'string)

(defun helm-tramp-quit ()
"Quit helm-tramp.
Expand Down

0 comments on commit 2148e21

Please sign in to comment.