diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6f752bd..5a4c073 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 1.0.2 +current_version = 1.0.3 [bumpversion:file:treesit-auto.el] diff --git a/treesit-auto.el b/treesit-auto.el index e2e378a..becf70f 100644 --- a/treesit-auto.el +++ b/treesit-auto.el @@ -5,7 +5,7 @@ ;; Author: Robb Enzmann ;; Keywords: treesitter auto automatic major mode fallback convenience ;; URL: https://github.com/renzmann/treesit-auto.git -;; Version: 1.0.2 +;; Version: 1.0.3 ;; Package-Requires: ((emacs "29.0")) ;; This file is not part of GNU Emacs.