From ba5e3db31aeffe970e91f41eee3963f55db80a77 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 5 Sep 2015 19:32:37 -0700 Subject: [PATCH] Stable version 0.4.1 This is purely a bugfix bump because I botched the 0.4.0 cabal file and subsequent Hackage release :| --- ShellCheck.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 8b77716e7..8bc04ec67 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,5 +1,5 @@ Name: ShellCheck -Version: 0.4.0 +Version: 0.4.1 Synopsis: Shell script analysis tool License: GPL-3 License-file: LICENSE