Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Easkfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(package "magit-standup"
"0.2.0"
"0.3.0"
"Collect recent git commits for standup notes")

(website-url "https://github.com/function-artisans/magit-standup")
Expand Down
2 changes: 1 addition & 1 deletion magit-standup.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: István Karaszi <ikaraszi@gmail.com>
;; Assisted-by: Claude:claude-opus-5
;; Version: 0.2.0
;; Version: 0.3.0
;; Package-Requires: ((emacs "28.1") (magit "4.5.0") (transient "0.8.0"))
;; Keywords: tools, vc
;; URL: https://github.com/function-artisans/magit-standup
Expand Down
Loading