From f510c34f6798ad410def0466ff5747fe7dd64489 Mon Sep 17 00:00:00 2001 From: Odin Kroeger Date: Tue, 29 Mar 2022 11:56:46 +0200 Subject: [PATCH] chore: bumped up version number. --- README.md | 8 ++++---- docs/index.html | 6 +++--- docs/scripts/pandoc-zotxt.lua.html | 6 +++--- docs/topics/README.md.html | 10 +++++----- man/man1/pandoc-zotxt.lua.rst | 2 +- pandoc-zotxt.lua | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index f99b08e..3c4be9f 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ You use **pandoc-zotxt.lua** at your own risk. 1. Download the [latest release](https://github.com/odkr/pandoc-zotxt.lua/releases/latest). 2. Unpack it. -3. Move the `pandoc-zotxt.lua-1.2.0b` directory into the +3. Move the `pandoc-zotxt.lua-1.2.0` directory into the `filters` sub-directory of your Pandoc data directory (`pandoc --version` tells you where that is). 4. Symlink or move the file `pandoc-zotxt.lua` from the - `pandoc-zotxt.lua-1.2.0b` directory up to the `filters` directory. + `pandoc-zotxt.lua-1.2.0` directory up to the `filters` directory. If you are running a POSIX-compliant operating system (e.g., *BSD, Linux, or macOS) and have [curl](https://curl.haxx.se/) or @@ -47,7 +47,7 @@ into a Bourne-compatible shell: ```sh ( set -eu : "${HOME:?}" "${XDG_DATA_HOME:="$HOME/.local/share"}" - name=pandoc-zotxt.lua vers=1.2.0b + name=pandoc-zotxt.lua vers=1.2.0 url="https://github.com/odkr/$name/releases/download/v$vers/$name-$vers.tgz" for data_dir in "$HOME/.pandoc" "$XDG_DATA_HOME/pandoc"; do [ -d "$data_dir" ] && break @@ -60,7 +60,7 @@ into a Bourne-compatible shell: ``` If you want to use the manual page that ships with this release, add -`/filters/pandoc-zotxt.lua-1.2.0b/man` +`/filters/pandoc-zotxt.lua-1.2.0/man` to your `MANPATH`. diff --git a/docs/index.html b/docs/index.html index 8a675ec..1ba9c3d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -130,7 +130,7 @@

Web API

- 199 - 4532986 ... -Look up @DoeTitle2020 in the Zotero groups 199 and 4532986. +Look up @DoeTitle2020 in the Zotero groupsma 199 and 4532986. EOF @@ -381,7 +381,7 @@

SEE ALSO

Info:

  • Copyright: 2018, 2019, 2020, 2021, 2022 Odin Kroeger
  • -
  • Release: 1.2.0b
  • +
  • Release: 1.2.0
  • License: MIT
  • Author: Odin Kroeger
@@ -6087,7 +6087,7 @@

Side-effects:

generated by LDoc 1.4.6 -Last updated 2022-03-29 11:51:02 +Last updated 2022-03-29 11:56:26
diff --git a/docs/scripts/pandoc-zotxt.lua.html b/docs/scripts/pandoc-zotxt.lua.html index 6cdbe56..099ce9d 100644 --- a/docs/scripts/pandoc-zotxt.lua.html +++ b/docs/scripts/pandoc-zotxt.lua.html @@ -130,7 +130,7 @@

Web API

- 199 - 4532986 ... -Look up @DoeTitle2020 in the Zotero groups 199 and 4532986. +Look up @DoeTitle2020 in the Zotero groupsma 199 and 4532986. EOF @@ -381,7 +381,7 @@

SEE ALSO

Info:

  • Copyright: 2018, 2019, 2020, 2021, 2022 Odin Kroeger
  • -
  • Release: 1.2.0b
  • +
  • Release: 1.2.0
  • License: MIT
  • Author: Odin Kroeger
@@ -6087,7 +6087,7 @@

Side-effects:

generated by LDoc 1.4.6 -Last updated 2022-03-29 11:51:02 +Last updated 2022-03-29 11:56:26
diff --git a/docs/topics/README.md.html b/docs/topics/README.md.html index eb49d12..f7b8180 100644 --- a/docs/topics/README.md.html +++ b/docs/topics/README.md.html @@ -92,11 +92,11 @@

Installation

  • Download the latest release.
  • Unpack it.
  • -
  • Move the pandoc-zotxt.lua-1.2.0b directory into the +
  • Move the pandoc-zotxt.lua-1.2.0 directory into the filters sub-directory of your Pandoc data directory (pandoc --version tells you where that is).
  • Symlink or move the file pandoc-zotxt.lua from the -pandoc-zotxt.lua-1.2.0b directory up to the filters directory.
  • +pandoc-zotxt.lua-1.2.0 directory up to the filters directory. @@ -109,7 +109,7 @@

    Installation

     ( set -eu
       : "${HOME:?}" "${XDG_DATA_HOME:="$HOME/.local/share"}"
    -  name=pandoc-zotxt.lua vers=1.2.0b
    +  name=pandoc-zotxt.lua vers=1.2.0
       url="https://github.com/odkr/$name/releases/download/v$vers/$name-$vers.tgz"
       for data_dir in "$HOME/.pandoc" "$XDG_DATA_HOME/pandoc"; do
         [ -d "$data_dir" ] && break
    @@ -123,7 +123,7 @@ 

    Installation

    If you want to use the manual page that ships with this release, add -<Pandoc data directory>/filters/pandoc-zotxt.lua-1.2.0b/man +<Pandoc data directory>/filters/pandoc-zotxt.lua-1.2.0/man to your MANPATH.

    @@ -219,7 +219,7 @@

    Further Information

    generated by LDoc 1.4.6 -Last updated 2022-03-29 11:51:02 +Last updated 2022-03-29 11:56:26
    diff --git a/man/man1/pandoc-zotxt.lua.rst b/man/man1/pandoc-zotxt.lua.rst index 486d653..458bbab 100644 --- a/man/man1/pandoc-zotxt.lua.rst +++ b/man/man1/pandoc-zotxt.lua.rst @@ -77,7 +77,7 @@ fetching data from public groups does not require an API key. - 199 - 4532986 ... - Look up @DoeTitle2020 in the Zotero groups 199 and 4532986. + Look up @DoeTitle2020 in the Zotero groupsma 199 and 4532986. EOF The Zotero Web API does *not* allow to search for citation keys other than diff --git a/pandoc-zotxt.lua b/pandoc-zotxt.lua index e16b248..871c80d 100644 --- a/pandoc-zotxt.lua +++ b/pandoc-zotxt.lua @@ -63,7 +63,7 @@ -- - 199 -- - 4532986 -- ... --- Look up @DoeTitle2020 in the Zotero groups 199 and 4532986. +-- Look up @DoeTitle2020 in the Zotero groupsma 199 and 4532986. -- EOF -- -- The Zotero Web API does *not* allow to search for citation keys other than @@ -250,7 +250,7 @@ -- pandoc(1) -- -- @script pandoc-zotxt.lua --- @release 1.2.0b +-- @release 1.2.0 -- @author Odin Kroeger -- @copyright 2018, 2019, 2020, 2021, 2022 Odin Kroeger -- @license MIT @@ -639,7 +639,7 @@ path_join = type_check('string', '...')( NAME = 'pandoc-zotxt.lua' --- The version of this script. -VERSION = '1.2.0b' +VERSION = '1.2.0' do local script_dir, script_name = path_split(PANDOC_SCRIPT_FILE)