From bd5a6a89db027e340027e976c7e488f23bc6a83e Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Tue, 2 Jun 2015 16:59:05 +1000 Subject: [PATCH] Version 1.0.1. --- hscuid.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hscuid.cabal b/hscuid.cabal index 1005e17..7056a70 100644 --- a/hscuid.cabal +++ b/hscuid.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hscuid -version: 1.0.0 +version: 1.0.1 synopsis: Collision-resistant IDs description: CUIDs are designed for horizontal scalability and collision resistance. Read more about them at .