Skip to content

Commit

Permalink
Bump version number to 0.12.3 for ELPA.
Browse files Browse the repository at this point in the history
  • Loading branch information
okamsn committed Feb 25, 2024
1 parent 1c50988 commit eeebd27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions loopy-dash.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
;; Author: Earl Hyatt
;; Created: February 2021
;; URL: https://github.com/okamsn/loopy
;; Version: 0.12.2
;; Package-Requires: ((emacs "25.1") (loopy "0.12.2") (dash "2.19"))
;; Version: 0.12.3
;; Package-Requires: ((emacs "25.1") (loopy "0.12.3") (dash "2.19"))
;; Keywords: extensions
;; LocalWords: Loopy's emacs

Expand Down
2 changes: 1 addition & 1 deletion loopy-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "loopy" "0.12.2"
(define-package "loopy" "0.12.3"
"A looping macro"
'((emacs "27.1")
(map "3.3.1")
Expand Down
2 changes: 1 addition & 1 deletion loopy.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Earl Hyatt
;; Created: November 2020
;; URL: https://github.com/okamsn/loopy
;; Version: 0.12.2
;; Version: 0.12.3
;; Package-Requires: ((emacs "27.1") (map "3.3.1") (seq "2.22") (compat "29.1.3"))
;; Keywords: extensions
;; LocalWords: Loopy's emacs Edebug
Expand Down

0 comments on commit eeebd27

Please sign in to comment.