diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/comments.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION=1.0.0 +VERSION=1.0.1 DST=emmet-mode.el PYTHON ?= python3 diff --git a/src/comments.el b/src/comments.el index 4998a52..a3e04b5 100644 --- a/src/comments.el +++ b/src/comments.el @@ -1,6 +1,6 @@ ;;; emmet-mode.el --- Emmet's support for emacs -;; Version: 1.0.0 +;; Version: 1.0.1 ;; URL: https://libregit.org/heckyel/emmet-mode ;; Last-Updated: 2020-01-11 Fri ;; Keywords: convenience |