From 9fc038d57330c94d131a1770cbc25c297376ee6e Mon Sep 17 00:00:00 2001 From: Niklas Cathor Date: Mon, 18 Sep 2023 09:29:23 +0200 Subject: [PATCH] Set `Version: 0` until a proper release, to silence package-lint --- slint-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/slint-mode.el b/slint-mode.el index 54c12c3..e368f0a 100644 --- a/slint-mode.el +++ b/slint-mode.el @@ -4,6 +4,7 @@ ;; Author: Niklas Cathor ;; Keywords: languages +;; Version: 0 ;; Package-Requires: ((emacs "24.4") (lsp-mode "6.0")) ;; Homepage: https://github.com/nilclass/slint-mode