diff --git a/citar.el b/citar.el index 8a743a89..f96f2b69 100644 --- a/citar.el +++ b/citar.el @@ -1,12 +1,12 @@ ;;; citar.el --- Citation-related commands for org, latex, markdown -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2022 Bruce D'Arcus +;; Copyright (C) 2021-2023 Bruce D'Arcus ;; Author: Bruce D'Arcus ;; Maintainer: Bruce D'Arcus ;; Created: February 27, 2021 ;; SPDX-License-Identifier: GPL-3.0-or-later -;; Version: 1.3.0 +;; Version: 1.3.1 ;; Homepage: https://github.com/emacs-citar/citar ;; Package-Requires: ((emacs "27.1") (parsebib "4.2") (org "9.5") (citeproc "0.9"))