From 71c2e5a3734debe265c0de11531bf1d1351f7483 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sat, 6 Apr 2024 14:16:57 -0700 Subject: [PATCH] Bump version --- Eask | 2 +- dap-mode.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Eask b/Eask index 37287282..5ca71fd7 100644 --- a/Eask +++ b/Eask @@ -1,5 +1,5 @@ (package "dap-mode" - "0.7" + "0.8" "Debug Adapter Protocol mode") (website-url "https://github.com/emacs-lsp/dap-mode") diff --git a/dap-mode.el b/dap-mode.el index 7db4083e..70809e91 100644 --- a/dap-mode.el +++ b/dap-mode.el @@ -19,7 +19,7 @@ ;; Keywords: languages, debug ;; URL: https://github.com/emacs-lsp/dap-mode ;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1") (posframe "0.7.0") (ht "2.3") (lsp-docker "1.0.0")) -;; Version: 0.7 +;; Version: 0.8 ;;; Commentary: ;; Debug Adapter Protocol client for Emacs.