diff --git a/info.rkt b/info.rkt index a1b2dcf..65deb2b 100644 --- a/info.rkt +++ b/info.rkt @@ -1,7 +1,7 @@ #lang info (define pkg-authors '(hnmdijkema)) -(define version "0.1.1") +(define version "0.1.2") (define license 'Apache-2.0) (define collection "ellipsis-msg") (define pkg-desc "A message% with ellipsis (...) to the left or right")