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 67b7396152..a4b0424530 100644
--- a/biblio/citation-style-language/citeproc.lua
+++ b/biblio/citation-style-language/citeproc.lua
@@ -9,7 +9,7 @@ local citeproc = {}
local engine = require("citeproc-engine")
local util = require("citeproc-util")
-citeproc.__VERSION__ = "0.2.1"
+citeproc.__VERSION__ = "0.2.2"
citeproc.new = engine.CiteProc.new
citeproc.util = util