From 096fde098c3d883d24e71b67562ce60235ac5048 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Wed, 5 Aug 2015 08:34:52 -0700 Subject: [PATCH] Version 1.2.0 => 1.2.1 --- README.md | 2 +- turtle.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75dec8c..0f5cb8a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.1.1 +# Turtle v1.2.1 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 320b3b8..9b37a6c 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.2.0 +Version: 1.2.1 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3