Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Aug 23, 2024
1 parent 041fcb9 commit cf25134
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evil-textobj-tree-sitter-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Keywords: evil, tree-sitter, text-object, convenience
;; SPDX-License-Identifier: Apache-2.0
;; Package-Requires: ((emacs "25.1"))
;; Version: 0.1
;; Version: 0.5

;;; Commentary:
;; This package is a port of nvim-treesitter/nvim-treesitter-textobjects.
Expand Down
2 changes: 1 addition & 1 deletion evil-textobj-tree-sitter-thing-at-point.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Keywords: evil, tree-sitter, text-object, convenience
;; SPDX-License-Identifier: Apache-2.0
;; Package-Requires: ((emacs "25.1"))
;; Version: 0.1
;; Version: 0.5

;;; Commentary:
;; This adds `thing-at-point' things powered by tree-sitter.
Expand Down
2 changes: 1 addition & 1 deletion evil-textobj-tree-sitter.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Keywords: evil, tree-sitter, text-object, convenience
;; SPDX-License-Identifier: Apache-2.0
;; Package-Requires: ((emacs "25.1"))
;; Version: 0.3
;; Version: 0.5

;;; Commentary:
;; This package is a port of nvim-treesitter/nvim-treesitter-textobjects.
Expand Down

0 comments on commit cf25134

Please sign in to comment.