mirror of
https://github.com/SqrtMinusOne/org-journal-tags.git
synced 2025-12-10 10:53:04 +03:00
fix: DB version & bump package version
This commit is contained in:
parent
dae196d5ac
commit
4023154212
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Korytov Pavel <thexcloud@gmail.com>
|
||||
;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
|
||||
;; 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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue