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))