From 0c6a8038e9b7f72c2e6837bd3342eab942c08d0d Mon Sep 17 00:00:00 2001 From: Bruce D'Arcus Date: Thu, 23 Mar 2023 15:26:24 -0400 Subject: [PATCH] chore(version): 1.3.1 Signed-off-by: Bruce D'Arcus --- citar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"))