From 402315421239fef012db792e77c6db8e7c41d2ae Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Tue, 2 Aug 2022 11:56:50 +0300 Subject: [PATCH] fix: DB version & bump package version --- org-journal-tags.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."