summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2014-05-29 21:01:34 -0700
committerVidar Holen <spam@vidarholen.net>2014-05-29 21:01:34 -0700
commitb10d31c8b710c0cbf5ac4d535c43c1a7ccc68315 (patch)
treea5d9160ac0d69a4651c8ca90b3b39d9dbc832c65
parent133c7797017e2a9c6ac8c8d1047738a8a6cba9a5 (diff)
Stable version 0.3.3v0.3.3
This release is dedicated to Jarkko Oikarinen, creator of IRC, the fabric of the author's existence for so many years.
-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 4b362fd..1aba6c0 100644
--- a/ShellCheck.cabal
+++ b/ShellCheck.cabal
@@ -1,6 +1,6 @@
Name: ShellCheck
-- Must also be updated in ShellCheck/Data.hs :
-Version: 0.3.2
+Version: 0.3.3
Synopsis: Shell script analysis tool
License: OtherLicense
License-file: LICENSE
diff --git a/ShellCheck/Data.hs b/ShellCheck/Data.hs
index 1f41c69..310c1ff 100644
--- a/ShellCheck/Data.hs
+++ b/ShellCheck/Data.hs
@@ -1,6 +1,6 @@
module ShellCheck.Data where
-shellcheckVersion = "0.3.2" -- Must also be updated in ShellCheck.cabal
+shellcheckVersion = "0.3.3" -- Must also be updated in ShellCheck.cabal
internalVariables = [
-- Generic