Skip to content

Commit b90c95e

Browse files
committed
Bump version
1 parent a16bbec commit b90c95e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "lsp-treemacs"
2-
"0.4"
2+
"0.5"
33
"LSP treemacs")
44

55
(website-url "https://github.com/emacs-lsp/lsp-treemacs")

lsp-treemacs.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
;;; lsp-treemacs.el --- LSP treemacs -*- lexical-binding: t; -*-
22

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

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

1111
;; This program is free software; you can redistribute it and/or modify
1212
;; it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)