Version 1.0.0 => 1.0.1

This commit is contained in:
Gabriel Gonzalez 2015-02-02 07:27:05 -08:00
parent d8cfa343c8
commit 24c140d7db
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -1,5 +1,5 @@
Name: turtle
Version: 1.0.0
Version: 1.0.1
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3