From 93eafd14724762ab2191b94452750a4d908d3d25 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Tue, 22 Nov 2022 02:52:00 +0300 Subject: [PATCH] Bump --- jsonifier.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonifier.cabal b/jsonifier.cabal index 742f114..778e128 100644 --- a/jsonifier.cabal +++ b/jsonifier.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: jsonifier -version: 0.2.1.1 +version: 0.2.1.2 synopsis: Fast and simple JSON encoding toolkit description: Minimalistic library for encoding JSON directly to strict bytestring,