Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 6, 2024
1 parent a16bbec commit b90c95e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(package "lsp-treemacs"
"0.4"
"0.5"
"LSP treemacs")

(website-url "https://github.com/emacs-lsp/lsp-treemacs")
Expand Down
4 changes: 2 additions & 2 deletions lsp-treemacs.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;; lsp-treemacs.el --- LSP treemacs -*- lexical-binding: t; -*-

;; Copyright (C) 2019 Ivan Yonchovski
;; Copyright (C) 2019-2024 emacs-lsp maintainers

;; Author: Ivan Yonchovski
;; Keywords: languages
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (f "0.20.0") (ht "2.0") (treemacs "2.5") (lsp-mode "6.0"))
;; Homepage: https://github.com/emacs-lsp/lsp-treemacs
;; Version: 0.4
;; Version: 0.5

;; 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

0 comments on commit b90c95e

Please sign in to comment.