From 185cc71c626c1c8507c2f10a525b017a99c461af Mon Sep 17 00:00:00 2001 From: "William J. Bowman" Date: Tue, 22 Mar 2016 18:22:36 -0400 Subject: [PATCH] Bumped version Should have done this earlier when APIs changed; but I didn't. --- cur-lib/info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cur-lib/info.rkt b/cur-lib/info.rkt index fc2d01e..916ccf0 100644 --- a/cur-lib/info.rkt +++ b/cur-lib/info.rkt @@ -3,5 +3,5 @@ (define deps '("base" ("redex-lib" #:version "1.11"))) (define build-deps '()) (define pkg-desc "implementation (no documentation, tests) part of \"cur\".") -(define version "0.2") +(define version "0.3") (define pkg-authors '(wilbowma))