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 457f33f commit b7f9950Copy full SHA for b7f9950
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.4.0
+;; Version: 0.5.0-snapshot
11
;; Package-Requires: ((emacs "30.1"))
12
13
;; This file is not part of GNU Emacs.
@@ -74,7 +74,7 @@
74
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
75
76
(defconst clojure-ts-mode-version
77
- "0.4.0"
+ "0.5.0-snapshot"
78
"The current version of `clojure-ts-mode'.")
79
80
(defcustom clojure-ts-comment-macro-font-lock-body nil
0 commit comments