diff --git a/dap-mode.el b/dap-mode.el index c1b02ebe..cccfe11c 100644 --- a/dap-mode.el +++ b/dap-mode.el @@ -19,7 +19,7 @@ ;; Keywords: languages, debug ;; URL: https://github.com/yyoncho/dap-mode ;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "6.0") (dash-functional "1.2.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1")) -;; Version: 0.3 +;; Version: 0.4 ;;; Commentary: ;; Debug Adapter Protocol client for Emacs.