From 121efe540303ded2ebf486281e6fd472966e7cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Simonyi?= Date: Mon, 16 Jan 2023 17:35:45 +0100 Subject: [PATCH] Bump package version to 0.9.3 --- citeproc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citeproc.el b/citeproc.el index 4d459d7..cf46686 100644 --- a/citeproc.el +++ b/citeproc.el @@ -1,13 +1,13 @@ ;;; citeproc.el --- A CSL 1.0.2 Citation Processor -*- lexical-binding: t; -*- -;; Copyright (C) 2017-2022 András Simonyi +;; Copyright (C) 2017-2023 András Simonyi ;; Author: András Simonyi ;; Maintainer: András Simonyi ;; URL: https://github.com/andras-simonyi/citeproc-el ;; Keywords: bib ;; Package-Requires: ((emacs "26") (dash "2.13.0") (s "1.12.0") (f "0.18.0") (queue "0.2") (string-inflection "1.0") (org "9") (parsebib "2.4")) -;; Version: 0.9 +;; Version: 0.9.3 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by