summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2014-02-03 20:22:30 -0800
committerVidar Holen <spam@vidarholen.net>2014-02-03 20:22:30 -0800
commit0e464ea476becc34016c3072098f04c5cb6c70a7 (patch)
treee7256c86ece55351373816a2fc5954897b30c79a
parent811df6f0da7aa1ba22b85ce8e4e1dc5d6cac85c3 (diff)
Stable version 0.3.1v0.3.1
This release is dedicated to the Flycheck team, even though ShellCheck is written entirely in Vim.
-rw-r--r--ShellCheck.cabal2
-rw-r--r--ShellCheck/Data.hs2
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