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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/biblio/citation-style-language/citeproc.lua b/biblio/citation-style-language/citeproc.lua
index 51b9bfe9c7..a69367b606 100644
--- a/biblio/citation-style-language/citeproc.lua
+++ b/biblio/citation-style-language/citeproc.lua
@@ -16,7 +16,7 @@ else
util = require("citeproc.util")
end
-citeproc.__VERSION__ = "0.4.3"
+citeproc.__VERSION__ = "0.4.4"
citeproc.new = engine.CiteProc.new
citeproc.util = util