www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 0084399e91c75ff84fb2afcda5d31dce02d10a13
parent 7a91f8b120390ab5a412b96ec1bb0869aea3f349
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 31 Mar 2016 17:05:40 +0200

Bumped version number.

Diffstat:
Minfo.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.rkt b/info.rkt @@ -7,5 +7,5 @@ (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/repltest.scrbl" ()))) (define pkg-desc "Copy-paste your REPL interactions, and have them run as tests") -(define version "0.0") +(define version "0.1") (define pkg-authors '(|Georges Dupéron|))