From 25db80ab8669fe706b5d1fdaba5cd3dae6d34a03 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 8 Jun 2015 18:55:42 -0700 Subject: [PATCH] Version 1.1.0 => 1.1.1 --- README.md | 2 +- turtle.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe2b27c..75dec8c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.1.0 +# Turtle v1.1.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 6b0a8ed..bfffbc4 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.1.0 +Version: 1.1.1 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3