diff --git a/org-journal-tags.el b/org-journal-tags.el index f1e35db..4024743 100644 --- a/org-journal-tags.el +++ b/org-journal-tags.el @@ -4,7 +4,7 @@ ;; Author: Korytov Pavel ;; Maintainer: Korytov Pavel -;; Version: 0.3.0 +;; Version: 0.4.0 ;; Package-Requires: ((emacs "27.1") (org-journal "2.1.2") (magit-section "3.3.0") (transient "0.3.7")) ;; Homepage: https://github.com/SqrtMinusOne/org-journal-tags @@ -378,7 +378,7 @@ The properties are: (:files . ,(make-hash-table :test #'equal)) (:dates . ,(make-hash-table)) (:files-dates . ,(make-hash-table :test #'equal)) - (:version 3))) + (:version . 3))) (defun org-journal-tags-db--migrate () "Migrate the org-journal-tags database."