diff --git a/README.md b/README.md index 106a01f..8c1121a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.2.7 +# Turtle v1.2.8 Turtle is a reimplementation of the Unix command line environment in Haskell so that you can use Haskell as a scripting language or a shell. Think of `turtle` diff --git a/turtle.cabal b/turtle.cabal index 7c752e3..753736e 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.2.7 +Version: 1.2.8 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3