From 25e120d04fec4b0201f4bbdac93ffbafa7ce9d72 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sat, 28 May 2016 18:01:12 -0700 Subject: [PATCH] Version 1.2.7 => 1.2.8 --- README.md | 2 +- turtle.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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