Skip to content

Commit 65e8c7e

Browse files
committed
Bumped up version number.
1 parent 730110e commit 65e8c7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:?}"

pandoc-zotxt.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
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 = {
148148
NAME = '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.
154154
PATH_SEP = text.sub(package.config, 1, 1)

0 commit comments

Comments
 (0)