diff --git a/info.rkt b/info.rkt index 09ec679..46e3ae9 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 '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") diff --git a/private/downloader.rkt b/private/downloader.rkt index 697a51a..ccfa070 100644 --- a/private/downloader.rkt +++ b/private/downloader.rkt @@ -26,7 +26,7 @@ (define version-major 0) (define version-minor 1) -(define version-patch 1) +(define version-patch 2) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Internal functions