From 309290e3efc2f94be27a7d0994f81d5965704073 Mon Sep 17 00:00:00 2001 From: Aristid Breitkreuz Date: Tue, 21 Sep 2010 03:18:49 +0200 Subject: [PATCH] bump version --- README | 2 +- random-extras.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 6ed0886..bb7c63d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Random-extras 0.11 +Random-extras 0.15 ------------------ This package contains additional monadic functions for random values. diff --git a/random-extras.cabal b/random-extras.cabal index 6b09bb1..193620c 100644 --- a/random-extras.cabal +++ b/random-extras.cabal @@ -7,7 +7,7 @@ Name: random-extras -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. -Version: 0.11 +Version: 0.15 -- A short (one-line) description of the package. Synopsis: Additional functions for random values.