diff --git a/info.rkt b/info.rkt index 072afd6..ea0e3e6 100644 --- a/info.rkt +++ b/info.rkt @@ -1,7 +1,7 @@ #lang info (define pkg-authors '(hnmdijkema)) -(define version "0.1.2") +(define version "0.1.4") (define license 'GPL-2.0-or-later) ; The liboa library has this license (define collection "racket-sound") (define pkg-desc "racket-sound - Integration of popular music/sound related libraries in racket")