diff --git a/README.md b/README.md index dd9c5ab..9f8e8d6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ following commands into a bourne shell: ```sh ( set -Cefu - NAME=pandoc-zotxt.lua VERS=0.3.15 + NAME=pandoc-zotxt.lua VERS=0.3.16 URL="https://github.com/odkr/${NAME:?}/archive/v${VERS:?}.tar.gz" FILTERS="${HOME:?}/.pandoc/filters" mkdir -p "${FILTERS:?}" diff --git a/pandoc-zotxt.lua b/pandoc-zotxt.lua index 6577458..6e8f11b 100644 --- a/pandoc-zotxt.lua +++ b/pandoc-zotxt.lua @@ -71,7 +71,7 @@ -- -- -- @script pandoc-zotxt.lua --- @release 0.3.15 +-- @release 0.3.16 -- @author Odin Kroeger -- @copyright 2018, 2019 Odin Kroeger -- @license MIT @@ -136,7 +136,7 @@ ZOTXT_KEYTYPES = { NAME = 'pandoc-zotxt.lua' --- The version of this script. -VERSION = '0.3.15' +VERSION = '0.3.16' -- # LIBRARIES