Skip to content

Commit

Permalink
Bump version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kickingvegas committed Sep 30, 2024
1 parent fb9d5f6 commit faae551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lisp/casual-suite-version.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

;;; Code:

(defconst casual-suite-version "1.7.2-rc.1"
(defconst casual-suite-version "1.7.2"
"Casual Suite Version.")

(defun casual-suite-version ()
Expand Down
2 changes: 1 addition & 1 deletion lisp/casual-suite.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Charles Choi <kickingvegas@gmail.com>
;; URL: https://github.com/kickingvegas/casual-suite
;; Keywords: tools
;; Version: 1.7.2-rc.1
;; Version: 1.7.2
;; Package-Requires: ((emacs "29.1") (casual-calc "1.9.0") (casual-isearch "1.7.0") (casual-dired "1.4.0") (casual-ibuffer "1.0.1") (casual-avy "1.2.0") (casual-info "1.2.0") (casual-re-builder "1.0.2") (casual-bookmarks "1.0.0") (casual-agenda "1.0.1") (casual-symbol-overlay "1.0.1") (casual-editkit "1.0.5"))

;; This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit faae551

Please sign in to comment.