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 a4b0424530..b67b5b6477 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.2"
+citeproc.__VERSION__ = "0.3.0"
citeproc.new = engine.CiteProc.new
citeproc.util = util