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 b67b5b6477..9f93901382 100644
--- a/biblio/citation-style-language/citeproc.lua
+++ b/biblio/citation-style-language/citeproc.lua
@@ -1,5 +1,5 @@
--
--- Copyright (c) 2021-2022 Zeping Lee
+-- Copyright (c) 2021-2023 Zeping Lee
-- Released under the MIT license.
-- Repository: https://github.com/zepinglee/citeproc-lua
--
@@ -9,7 +9,7 @@ local citeproc = {}
local engine = require("citeproc-engine")
local util = require("citeproc-util")
-citeproc.__VERSION__ = "0.3.0"
+citeproc.__VERSION__ = "0.4.0"
citeproc.new = engine.CiteProc.new
citeproc.util = util