From 34f21e1f514c8fb9998f5773c7f499edc406fc48 Mon Sep 17 00:00:00 2001 From: Ivan Yonchovski Date: Wed, 1 Jul 2020 23:46:58 +0300 Subject: [PATCH] Update versions --- dap-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap-mode.el b/dap-mode.el index 7134a8ee..8051a642 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.4 +;; Version: 0.5 ;;; Commentary: ;; Debug Adapter Protocol client for Emacs.