Skip to content

Commit

Permalink
Bump version:
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 18, 2024
1 parent 9eaeda0 commit e740efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(package "helm-lsp"
"0.2"
"0.3"
"LSP helm integration")

(website-url "https://github.com/emacs-lsp/helm-lsp")
Expand Down
3 changes: 2 additions & 1 deletion helm-lsp.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
;;; helm-lsp.el --- LSP helm integration -*- lexical-binding: t; -*-

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

;; 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 All @@ -19,7 +20,7 @@
;; Keywords: languages, debug
;; URL: https://github.com/emacs-lsp/helm-lsp
;; Package-Requires: ((emacs "27.1") (dash "2.14.1") (lsp-mode "5.0") (helm "2.0"))
;; Version: 0.2
;; Version: 0.3

;;; Commentary:

Expand Down

0 comments on commit e740efb

Please sign in to comment.