branch: elpa/cycle-at-point
commit 83d94733fd8ed64f2ba40f4e1df7ecbfe8260e51
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Bump version to 0.2
    
    While there are no large changes, there are enough minor funcitonal
    changes since the initial version to justify a bump.
---
 cycle-at-point.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cycle-at-point.el b/cycle-at-point.el
index 06b4662be1..01c8befe83 100644
--- a/cycle-at-point.el
+++ b/cycle-at-point.el
@@ -1,11 +1,11 @@
 ;;; cycle-at-point.el --- Cycle (rotate) the thing under the cursor -*- 
lexical-binding: t -*-
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
-;; Copyright (C) 2022 Campbell Barton
+;; Copyright (C) 2022-2024 Campbell Barton
 
 ;; Author: Campbell Barton <[email protected]>
 ;; URL: https://codeberg.org/ideasman42/emacs-cycle-at-point
-;; Version: 0.1
+;; Version: 0.2
 ;; Created: 2022-02-05
 ;; Keywords: convenience
 ;; Package-Requires: ((emacs "29.1") (recomplete "0.2"))

Reply via email to