Skip to content

Commit

Permalink
Lower required version of ht.el to the highest version available on m…
Browse files Browse the repository at this point in the history
…elpa stable.
  • Loading branch information
Alexander-Miller committed Feb 21, 2018
1 parent fc9c50c commit e8be029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/elisp/treemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
;; Copyright (C) 2018 Alexander Miller

;; Author: Alexander Miller <alexanderm@web.de>
;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (dash "2.11.0") (s "1.10.0") (f "0.11.0") (ace-window "0.9.0") (pfuture "1.2") (hydra "0.13.2") (ht "2.3"))
;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (dash "2.11.0") (s "1.10.0") (f "0.11.0") (ace-window "0.9.0") (pfuture "1.2") (hydra "0.13.2") (ht "2.2"))
;; Homepage: https://github.com/Alexander-Miller/treemacs
;; Version: 1.18
;; Version: 1.18.1

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -50,7 +50,7 @@
(require 'cl-lib)
(require 'treemacs-macros))

(defconst treemacs-version "1.18")
(defconst treemacs-version "1.18.1")

;;;###autoload
(defun treemacs-toggle ()
Expand Down

0 comments on commit e8be029

Please sign in to comment.