From be7c549c9aa723ab0dce995ad8f156bbdfe7208b Mon Sep 17 00:00:00 2001 From: Robb Enzmann Date: Sat, 20 Jan 2024 09:47:49 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.1=20=E2=86=92=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- treesit-auto.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 798f1bc..6f752bd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 1.0.1 +current_version = 1.0.2 [bumpversion:file:treesit-auto.el] diff --git a/treesit-auto.el b/treesit-auto.el index 0ab4963..9da457c 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.1 +;; Version: 1.0.2 ;; Package-Requires: ((emacs "29.0")) ;; This file is not part of GNU Emacs.