From 6bd9be45b6337a6b97352eb2414ea8115c921693 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Sun, 24 Apr 2016 17:55:24 -0700 Subject: [PATCH] Version 1.2.6 => 1.2.7 --- README.md | 2 +- turtle.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87b00e5..106a01f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.2.6 +# Turtle v1.2.7 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 1e66d0c..135df34 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.2.6 +Version: 1.2.7 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3