branch: elpa/treesit-fold
commit dcf6fdcb85e846907c0bce822c584705a46ed692
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>
Bump version for next version
---
CHANGELOG.md | 2 +-
Eask | 2 +-
ts-fold.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b75875c243..aaaa69a400 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this
file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on
how to structure this file.
-## 0.3.0 (Unreleased)
+## 0.2.1 (Unreleased)
> Released N/A
* N/A
diff --git a/Eask b/Eask
index 2154cf9e1f..122254ec18 100644
--- a/Eask
+++ b/Eask
@@ -1,5 +1,5 @@
(package "ts-fold"
- "0.2.0"
+ "0.2.1"
"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 1b6e602b99..0b6b1b31ad 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.0
+;; Version: 0.2.1
;; Package-Requires: ((emacs "26.1") (tree-sitter "0.15.1") (s "1.9.0")
(fringe-helper "1.0.1"))
;; Keywords: convenience folding tree-sitter