File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ following commands into a bourne shell:
4444
4545``` sh
4646( set -Cefu
47- NAME=pandoc-zotxt.lua VERS=0.3.18
47+ NAME=pandoc-zotxt.lua VERS=0.3.19
4848 URL=" https://github.com/odkr/${NAME:? } /archive/v${VERS:? } .tar.gz"
4949 FILTERS=" ${HOME:? } /.pandoc/filters"
5050 mkdir -p " ${FILTERS:? } "
Original file line number Diff line number Diff line change 7777--
7878--
7979-- @script pandoc-zotxt.lua
80- -- @release 0.3.18
80+ -- @release 0.3.19
8181-- @author Odin Kroeger
8282-- @copyright 2018, 2019, 2020 Odin Kroeger
8383-- @license MIT
@@ -148,7 +148,7 @@ ZOTXT_KEYTYPES = {
148148NAME = ' pandoc-zotxt.lua'
149149
150150--- The version of this script.
151- VERSION = ' 0.3.18 '
151+ VERSION = ' 0.3.19 '
152152
153153--- The path seperator of the operating system.
154154PATH_SEP = text .sub (package.config , 1 , 1 )
You can’t perform that action at this time.
0 commit comments