From de0145fb29227c41052d7cda7e02f0cf6e94693c Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 22 Mar 2014 11:05:27 -0700 Subject: [PATCH] Stable version 0.3.2 This release is dedicated to knirch, mcandre, Dridi, ptman, pihentagy, Riviera, and everyone else who keeps submitting bug reports and feature suggestions! --- ShellCheck.cabal | 2 +- ShellCheck/Data.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index b4465a6..4b362fd 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,6 +1,6 @@ Name: ShellCheck -- Must also be updated in ShellCheck/Data.hs : -Version: 0.3.1 +Version: 0.3.2 Synopsis: Shell script analysis tool License: OtherLicense License-file: LICENSE diff --git a/ShellCheck/Data.hs b/ShellCheck/Data.hs index c71ca23..a4b2a8a 100644 --- a/ShellCheck/Data.hs +++ b/ShellCheck/Data.hs @@ -1,6 +1,6 @@ module ShellCheck.Data where -shellcheckVersion = "0.3.1" -- Must also be updated in ShellCheck.cabal +shellcheckVersion = "0.3.2" -- Must also be updated in ShellCheck.cabal internalVariables = [ -- Generic