From c20bd6df1af7f3a9893a71c316bc3141695a1404 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 22 Oct 2024 11:04:10 -0500 Subject: [PATCH] Version 1.2.2.0 (#106) --- witch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/witch.cabal b/witch.cabal index bb3f489..cff0849 100644 --- a/witch.cabal +++ b/witch.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: witch -version: 1.2.1.1 +version: 1.2.2.0 synopsis: Convert values from one type into another. description: Witch converts values from one type into another. build-type: Simple