Skip to content

Commit

Permalink
chore: bumped up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
odkr committed Jan 4, 2022
1 parent 8adda67 commit d58b158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ into a Bourne-compatible shell:
```sh
( set -eu
: "${HOME:?}" "${XDG_DATA_HOME:="$HOME/.local/share"}"
name=pandoc-zotxt.lua vers=1.1.0b5
name=pandoc-zotxt.lua vers=1.1.0b6
release="$name-$vers"
url="https://github.com/odkr/$name/releases/download/v$vers/$release.tgz"
for data_dir in "$HOME/.pandoc" "$XDG_DATA_HOME/pandoc"; do
Expand All @@ -50,7 +50,7 @@ into a Bourne-compatible shell:
```

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


Expand Down
4 changes: 2 additions & 2 deletions pandoc-zotxt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
-- pandoc(1)
--
-- @script pandoc-zotxt.lua
-- @release 1.1.0b5
-- @release 1.1.0b6
-- @author Odin Kroeger
-- @copyright 2018, 2019, 2020, 2021 Odin Kroeger
-- @license MIT
Expand Down Expand Up @@ -625,7 +625,7 @@ end
NAME = 'pandoc-zotxt.lua'

--- The version of this script.
VERSION = '1.1.0b5'
VERSION = '1.1.0b6'

do
local script_dir, script_name = path_split(PANDOC_SCRIPT_FILE)
Expand Down

0 comments on commit d58b158

Please sign in to comment.