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