We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27da9a6 commit 6efda6aCopy full SHA for 6efda6a
clojure-ts-mode.el
@@ -7,7 +7,7 @@
7
;; Maintainer: Bozhidar Batsov <[email protected]>
8
;; URL: http://github.com/clojure-emacs/clojure-ts-mode
9
;; Keywords: languages clojure clojurescript lisp
10
-;; Version: 0.3.0
+;; Version: 0.4.0-snapshot
11
;; Package-Requires: ((emacs "30.1"))
12
13
;; This file is not part of GNU Emacs.
@@ -72,7 +72,7 @@
72
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
73
74
(defconst clojure-ts-mode-version
75
- "0.3.0"
+ "0.4.0-snapshot"
76
"The current version of `clojure-ts-mode'.")
77
78
(defcustom clojure-ts-comment-macro-font-lock-body nil
0 commit comments