Skip to content

Commit

Permalink
Bump version to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmomogwai committed Aug 20, 2020
1 parent 70b4c98 commit 7be8c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(source melpa)
(source "org" "http://orgmode.org/elpa/")

(package "org-kanban" "0.6.1" "Kanban for org-mode.")
(package "org-kanban" "0.6.2" "Kanban for org-mode.")
(package-file "org-kanban.el")

(depends-on "dash")
Expand Down
4 changes: 2 additions & 2 deletions org-kanban.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Aldric Giacomoni <[email protected]>
;; Keywords: org-mode, org, kanban, tools
;; Package-Requires: ((s) (dash "2.17.0") (emacs "24.4") (org "9.1"))
;; Package-Version: 0.6.1
;; Package-Version: 0.6.2
;; Homepage: http://github.com/gizmomogwai/org-kanban

;;; Commentary:
Expand Down Expand Up @@ -673,7 +673,7 @@ PARAMS may contain `:mirrored`, `:match`, `:scope`, `:layout`, `:range`, `:depth
(defun org-kanban/version ()
"Print org-kanban version."
(interactive)
(message "org-kanban 0.6.1"))
(message "org-kanban 0.6.2"))

(defun org-kanban--scope-action (button)
"Set scope from a BUTTON."
Expand Down

0 comments on commit 7be8c7e

Please sign in to comment.