From 9c3514fd3f697f37dd60b13d002199496541cbe4 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Tue, 28 Apr 2026 16:09:24 +0200 Subject: [PATCH] version update --- info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")