From 24c140d7dbc58cad224ccecb247019ce195cd971 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 2 Feb 2015 07:27:05 -0800 Subject: [PATCH] Version 1.0.0 => 1.0.1 --- README.md | 2 +- turtle.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b30634..df0ecd6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.0.0 +# Turtle v1.0.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 b938edd..a5cba4d 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.0.0 +Version: 1.0.1 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3