diff --git a/README.md b/README.md index 68e1e07..3b35f1d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.2.3 +# Turtle v1.2.5 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 6c13676..ff5976b 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.2.4 +Version: 1.2.5 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3