Skip to content

Commit

Permalink
Bumped up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
odkr committed May 2, 2019
1 parent afd1ade commit 846a905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ following commands into a bourne shell:
```sh
(
set -Cefu
NAME=pandoc-zotxt.lua VERS=0.3.6
NAME=pandoc-zotxt.lua VERS=0.3.7
URL="https://github.com/odkr/${NAME:?}/archive/v${VERS:?}.tar.gz"
FILTERS="${HOME:?}/.pandoc/filters"
mkdir -p "${FILTERS:?}"
Expand Down
4 changes: 2 additions & 2 deletions pandoc-zotxt.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- pandoc-zotxt.lua Looks up citations in Zotero and adds references.
--
-- @script pandoc-zotxt.lua
-- @release 0.3.6
-- @release 0.3.7
-- @author Odin Kroeger
-- @copyright 2018, 2019 Odin Kroeger
-- @license MIT
Expand Down Expand Up @@ -43,7 +43,7 @@ local ZOTXT_KEYTYPES = {'easykey', 'betterbibtexkey', 'key'}
local ZOTXT_KEYTYPE_RE = {'^@%a+:%d+%w*$', '^@%a+%d+%w*$', '^@[A-Z0-9]+$'}

-- The version of this script.
local VERSION = '0.3.6'
local VERSION = '0.3.7'

-- The path seperator of the operating system
local PATH_SEP = package.config:sub(1, 1)
Expand Down

0 comments on commit 846a905

Please sign in to comment.