hipbot 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hipbot.cabal +1/−1
- src/HipBot/Internal/Types.hs +1/−1
hipbot.cabal view
@@ -1,5 +1,5 @@ name: hipbot-version: 0.3.0.1+version: 0.3.0.2 license: BSD3 license-file: LICENSE author: Richard Wallace <rwallace@atlassian.com>
src/HipBot/Internal/Types.hs view
@@ -252,7 +252,7 @@ data Notification = TextNotification Text | HtmlNotification Text- deriving Show+ deriving (Show, Typeable) makeFields ''AddOn makeFields ''Links