From 0e464ea476becc34016c3072098f04c5cb6c70a7 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Mon, 3 Feb 2014 20:22:30 -0800 Subject: [PATCH] Stable version 0.3.1 This release is dedicated to the Flycheck team, even though ShellCheck is written entirely in Vim. --- ShellCheck.cabal | 2 +- ShellCheck/Data.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellCheck.cabal b/ShellCheck.cabal index 27526d2..ba622df 100644 --- a/ShellCheck.cabal +++ b/ShellCheck.cabal @@ -1,6 +1,6 @@ Name: ShellCheck -- Must also be updated in ShellCheck/Data.hs : -Version: 0.3.0 +Version: 0.3.1 Synopsis: Shell script analysis tool License: OtherLicense License-file: LICENSE diff --git a/ShellCheck/Data.hs b/ShellCheck/Data.hs index 2d569eb..c71ca23 100644 --- a/ShellCheck/Data.hs +++ b/ShellCheck/Data.hs @@ -1,6 +1,6 @@ module ShellCheck.Data where -shellcheckVersion = "0.3.0" -- Must also be updated in ShellCheck.cabal +shellcheckVersion = "0.3.1" -- Must also be updated in ShellCheck.cabal internalVariables = [ -- Generic