Skip to content

Commit

Permalink
Bumped up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
odkr committed Oct 20, 2020
1 parent 730110e commit 65e8c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ following commands into a bourne shell:

```sh
( set -Cefu
NAME=pandoc-zotxt.lua VERS=0.3.18
NAME=pandoc-zotxt.lua VERS=0.3.19
URL="https://github.com/odkr/${NAME:?}/archive/v${VERS:?}.tar.gz"
FILTERS="${HOME:?}/.pandoc/filters"
mkdir -p "${FILTERS:?}"
Expand Down
4 changes: 2 additions & 2 deletions pandoc-zotxt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
--
--
-- @script pandoc-zotxt.lua
-- @release 0.3.18
-- @release 0.3.19
-- @author Odin Kroeger
-- @copyright 2018, 2019, 2020 Odin Kroeger
-- @license MIT
Expand Down Expand Up @@ -148,7 +148,7 @@ ZOTXT_KEYTYPES = {
NAME = 'pandoc-zotxt.lua'

--- The version of this script.
VERSION = '0.3.18'
VERSION = '0.3.19'

--- The path seperator of the operating system.
PATH_SEP = text.sub(package.config, 1, 1)
Expand Down

0 comments on commit 65e8c7e

Please sign in to comment.