From e3ab7df5fd4f1d72f8f251129780c9b3bf7d51ab Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sun, 19 May 2024 10:54:32 -0500 Subject: [PATCH] Version 1.2.1.1 --- witch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/witch.cabal b/witch.cabal index 943774d..1bdb882 100644 --- a/witch.cabal +++ b/witch.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: witch -version: 1.2.1.0 +version: 1.2.1.1 synopsis: Convert values from one type into another. description: Witch converts values from one type into another. build-type: Simple