From 370433a1113e3b06f73c812aad472cb846670158 Mon Sep 17 00:00:00 2001 From: Odin Kroeger Date: Mon, 11 May 2020 14:13:45 +0200 Subject: [PATCH] Corrected version number. --- README.md | 2 +- pandoc-quotes.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98fc3f8..fdc0a0d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ following commands into a bourne shell: ```sh ( set -Cefu - NAME=pandoc-quotes.lua VERS=0.1.11 + NAME=pandoc-quotes.lua VERS=0.1.10 URL="https://github.com/odkr/${NAME:?}/archive/v${VERS:?}.tar.gz" FILTERS="${HOME:?}/.pandoc/filters" mkdir -p "${FILTERS:?}" diff --git a/pandoc-quotes.lua b/pandoc-quotes.lua index 3989877..49be747 100644 --- a/pandoc-quotes.lua +++ b/pandoc-quotes.lua @@ -158,9 +158,9 @@ -- -- -- @script pandoc-quotes.lua --- @release 0.1.11 +-- @release 0.1.10 -- @author Odin Kroeger --- @copyright 2018 Odin Kroeger +-- @copyright 2018, 2020 Odin Kroeger -- @license MIT