Skip to content

Commit

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

;;; Code:

(defconst casual-calc-version "1.11.5-rc.1"
(defconst casual-calc-version "2.0.0"
"Casual Version.")

(defun casual-calc-version ()
Expand Down
2 changes: 1 addition & 1 deletion lisp/casual-calc.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Charles Choi <[email protected]>
;; URL: https://github.com/kickingvegas/casual-calc
;; Keywords: tools
;; Version: 1.11.5-rc.1
;; Version: 2.0.0
;; Package-Requires: ((emacs "29.1") (casual-lib "1.1.0"))

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

0 comments on commit 728ec93

Please sign in to comment.