diff --git a/sandwich-contexts/package.yaml b/sandwich-contexts/package.yaml index 29caae19..b76d93c8 100644 --- a/sandwich-contexts/package.yaml +++ b/sandwich-contexts/package.yaml @@ -1,5 +1,5 @@ name: sandwich-contexts -version: 0.3.0.0 +version: 0.3.0.1 synopsis: Contexts for the Sandwich test library license: BSD3 description: Please see the . diff --git a/sandwich-contexts/sandwich-contexts.cabal b/sandwich-contexts/sandwich-contexts.cabal index d576c55f..9c48c640 100644 --- a/sandwich-contexts/sandwich-contexts.cabal +++ b/sandwich-contexts/sandwich-contexts.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: sandwich-contexts -version: 0.3.0.0 +version: 0.3.0.1 synopsis: Contexts for the Sandwich test library description: Please see the . author: Tom McLaughlin diff --git a/sandwich/package.yaml b/sandwich/package.yaml index 666b5b9a..f69d040e 100644 --- a/sandwich/package.yaml +++ b/sandwich/package.yaml @@ -1,5 +1,5 @@ name: sandwich -version: 0.3.0.1 +version: 0.3.0.2 github: "codedownio/sandwich" license: BSD3 author: "Tom McLaughlin" diff --git a/sandwich/sandwich.cabal b/sandwich/sandwich.cabal index dae27ab7..9119d5c1 100644 --- a/sandwich/sandwich.cabal +++ b/sandwich/sandwich.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: sandwich -version: 0.3.0.1 +version: 0.3.0.2 synopsis: Yet another test framework for Haskell description: Please see the . category: Testing