From a0364f77e9f5bdb67adb195a976be9a6da7e9bf7 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 10 Jun 2022 12:10:07 +0200 Subject: [PATCH] Bump version to pandoc-lua-marshal-0.1.6.1 --- pandoc-lua-marshal.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc-lua-marshal.cabal b/pandoc-lua-marshal.cabal index 7a79d2b..a01a3b5 100644 --- a/pandoc-lua-marshal.cabal +++ b/pandoc-lua-marshal.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-lua-marshal -version: 0.1.6 +version: 0.1.6.1 synopsis: Use pandoc types in Lua description: This package provides functions to marshal and unmarshal pandoc document types to and from Lua.