From b90c95e3d1e709ab1e1f8332977ba49384571566 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sat, 6 Apr 2024 14:22:34 -0700 Subject: [PATCH] Bump version --- Eask | 2 +- lsp-treemacs.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Eask b/Eask index 2020bc1..ba03221 100644 --- a/Eask +++ b/Eask @@ -1,5 +1,5 @@ (package "lsp-treemacs" - "0.4" + "0.5" "LSP treemacs") (website-url "https://github.com/emacs-lsp/lsp-treemacs") diff --git a/lsp-treemacs.el b/lsp-treemacs.el index a9b1807..4001903 100644 --- a/lsp-treemacs.el +++ b/lsp-treemacs.el @@ -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