From aa1dd2a192f7f68f21ed2b93f2bcdd85f1b18ab7 Mon Sep 17 00:00:00 2001 From: Robb Enzmann Date: Sat, 18 Nov 2023 14:08:24 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.9=20=E2=86=92=201.0.0?= 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 6d9f1a3..f00a6c8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 0.6.9 +current_version = 1.0.0 [bumpversion:file:treesit-auto.el] diff --git a/treesit-auto.el b/treesit-auto.el index 798be48..ebea829 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: 0.6.9 +;; Version: 1.0.0 ;; Package-Requires: ((emacs "29.0")) ;; This file is not part of GNU Emacs.