branch: elpa/treesit-fold
commit a6c75c83735ebdf502ec6a1cc270141215a5326e
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>
Bump version
---
Eask | 2 +-
ts-fold.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Eask b/Eask
index 122254ec18..8ad19fc803 100644
--- a/Eask
+++ b/Eask
@@ -1,5 +1,5 @@
(package "ts-fold"
- "0.2.1"
+ "0.3.0"
"Code folding using tree-sitter")
(website-url "https://github.com/emacs-tree-sitter/ts-fold")
diff --git a/ts-fold.el b/ts-fold.el
index ef1385aa74..7d181b412c 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -8,7 +8,7 @@
;; Author: Junyi Hou <[email protected]>
;; Shen, Jen-Chieh <[email protected]>
;; URL: https://github.com/emacs-tree-sitter/ts-fold
-;; Version: 0.2.1
+;; Version: 0.3.0
;; Package-Requires: ((emacs "26.1") (tree-sitter "0.15.1") (s "1.9.0")
(fringe-helper "1.0.1"))
;; Keywords: convenience folding tree-sitter