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 Mar 29, 2022
1 parent 93d4a50 commit f510c34
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -60,7 +60,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.2.0b/man`
`<Pandoc data directory>/filters/pandoc-zotxt.lua-1.2.0/man`
to your `MANPATH`.


Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2> Web API</h2>
- <span class="number">199</span>
- <span class="number">4532986</span>
...
Look up @DoeTitle2020 <span class="keyword">in</span> the Zotero groups <span class="number">199</span> <span class="keyword">and</span> <span class="number">4532986.</span>
Look up @DoeTitle2020 <span class="keyword">in</span> the Zotero groupsma <span class="number">199</span> <span class="keyword">and</span> <span class="number">4532986.</span>
EOF
</pre>

Expand Down Expand Up @@ -381,7 +381,7 @@ <h2> SEE ALSO</h2>
<h3>Info:</h3>
<ul>
<li><strong>Copyright</strong>: 2018, 2019, 2020, 2021, 2022 Odin Kroeger</li>
<li><strong>Release</strong>: 1.2.0b</li>
<li><strong>Release</strong>: 1.2.0</li>
<li><strong>License</strong>: MIT</li>
<li><strong>Author</strong>: Odin Kroeger</li>
</ul>
Expand Down Expand Up @@ -6087,7 +6087,7 @@ <h3>Side-effects:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-03-29 11:51:02 </i>
<i style="float:right;">Last updated 2022-03-29 11:56:26 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/scripts/pandoc-zotxt.lua.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2> Web API</h2>
- <span class="number">199</span>
- <span class="number">4532986</span>
...
Look up @DoeTitle2020 <span class="keyword">in</span> the Zotero groups <span class="number">199</span> <span class="keyword">and</span> <span class="number">4532986.</span>
Look up @DoeTitle2020 <span class="keyword">in</span> the Zotero groupsma <span class="number">199</span> <span class="keyword">and</span> <span class="number">4532986.</span>
EOF
</pre>

Expand Down Expand Up @@ -381,7 +381,7 @@ <h2> SEE ALSO</h2>
<h3>Info:</h3>
<ul>
<li><strong>Copyright</strong>: 2018, 2019, 2020, 2021, 2022 Odin Kroeger</li>
<li><strong>Release</strong>: 1.2.0b</li>
<li><strong>Release</strong>: 1.2.0</li>
<li><strong>License</strong>: MIT</li>
<li><strong>Author</strong>: Odin Kroeger</li>
</ul>
Expand Down Expand Up @@ -6087,7 +6087,7 @@ <h3>Side-effects:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-03-29 11:51:02 </i>
<i style="float:right;">Last updated 2022-03-29 11:56:26 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
10 changes: 5 additions & 5 deletions docs/topics/README.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ <h2>Installation</h2>
<li>Download the
<a href="https://github.com/odkr/pandoc-zotxt.lua/releases/latest">latest release</a>.</li>
<li>Unpack it.</li>
<li>Move the <code>pandoc-zotxt.lua-1.2.0b</code> directory into the
<li>Move the <code>pandoc-zotxt.lua-1.2.0</code> directory into the
<code>filters</code> sub-directory of your Pandoc data directory
(<code>pandoc --version</code> tells you where that is).</li>
<li>Symlink or move the file <code>pandoc-zotxt.lua</code> from the
<code>pandoc-zotxt.lua-1.2.0b</code> directory up to the <code>filters</code> directory.</li>
<code>pandoc-zotxt.lua-1.2.0</code> directory up to the <code>filters</code> directory.</li>
</ol>


Expand All @@ -109,7 +109,7 @@ <h2>Installation</h2>
<pre>
( set -eu
: <span class="string">"${HOME:?}"</span> <span class="string">"${XDG_DATA_HOME:="</span>$HOME/.<span class="keyword">local</span>/share<span class="string">"}"</span>
name=pandoc-zotxt.lua vers=<span class="number">1.2</span>.<span class="number">0</span>b
name=pandoc-zotxt.lua vers=<span class="number">1.2</span>.<span class="number">0</span>
url=<span class="string">"https://github.com/odkr/$name/releases/download/v$vers/$name-$vers.tgz"</span>
<span class="keyword">for</span> data_dir <span class="keyword">in</span> <span class="string">"$HOME/.pandoc"</span> <span class="string">"$XDG_DATA_HOME/pandoc"</span>; <span class="keyword">do</span>
[ -d <span class="string">"$data_dir"</span> ] &amp;&amp; <span class="keyword">break</span>
Expand All @@ -123,7 +123,7 @@ <h2>Installation</h2>


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

<p><a name="Documentation"></a></p>
Expand Down Expand Up @@ -219,7 +219,7 @@ <h2>Further Information</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2022-03-29 11:51:02 </i>
<i style="float:right;">Last updated 2022-03-29 11:56:26 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion man/man1/pandoc-zotxt.lua.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pandoc-zotxt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f510c34

Please sign in to comment.