From 32eaf60e63dea3dc63d57397e4d03a7aff846ed0 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Sat, 11 Apr 2020 23:37:50 +0200 Subject: [PATCH] Bump to 1.3.3.1 --- ChangeLog.md | 4 ++++ butcher.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 81b8274..b1b8758 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for butcher +## 1.3.3.1 -- April 2020 + +* Fix a cabal file mistake + ## 1.3.3.0 -- April 2020 * Fix bug with params with default when parsing from commandline diff --git a/butcher.cabal b/butcher.cabal index c3f9fba..fbe6b42 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,5 +1,5 @@ name: butcher -version: 1.3.3.0 +version: 1.3.3.1 synopsis: Chops a command or program invocation into digestable pieces. description: See the (it is properly formatted on github). license: BSD3