summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/citeproc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/citation-style-language/citeproc.lua')
-rw-r--r--biblio/citation-style-language/citeproc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/biblio/citation-style-language/citeproc.lua b/biblio/citation-style-language/citeproc.lua
index 4d69ac755f..90b0273219 100644
--- a/biblio/citation-style-language/citeproc.lua
+++ b/biblio/citation-style-language/citeproc.lua
@@ -1,5 +1,5 @@
--
--- Copyright (c) 2021-2023 Zeping Lee
+-- Copyright (c) 2021-2024 Zeping Lee
-- Released under the MIT license.
-- Repository: https://github.com/zepinglee/citeproc-lua
--
@@ -16,7 +16,7 @@ else
util = require("citeproc.util")
end
-citeproc.__VERSION__ = "0.4.5"
+citeproc.__VERSION__ = "0.4.6"
citeproc.new = engine.CiteProc.new
citeproc.util = util