From 1d1f2da0e3d807e742a999787a2f9f9a41928f46 Mon Sep 17 00:00:00 2001 From: Odin Kroeger Date: Sat, 11 May 2019 19:02:23 +0200 Subject: [PATCH] Bumped up version number. --- README.md | 2 +- pandoc-zotxt.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f8e8d6..27e11e2 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.16 + NAME=pandoc-zotxt.lua VERS=0.3.17 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 6e8f11b..1ba28d4 100644 --- a/pandoc-zotxt.lua +++ b/pandoc-zotxt.lua @@ -71,7 +71,7 @@ -- -- -- @script pandoc-zotxt.lua --- @release 0.3.16 +-- @release 0.3.17 -- @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.16' +VERSION = '0.3.17' -- # LIBRARIES