From 465f6e39a8ccefc3939059c8e5133c47dcfbccc2 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Sun, 10 Aug 2025 11:13:37 +0200 Subject: [PATCH] info --- info.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/info.rkt b/info.rkt index 428e1b2..8ec1754 100644 --- a/info.rkt +++ b/info.rkt @@ -1,14 +1,14 @@ #lang info (define pkg-authors '(hnmdijkema)) -(define version "0.1.4") +(define version "0.1.5") (define license 'Apache-2.0) (define collection "columns-pane") -(define pkg-desc "A pane that arranges it's children widgets in columns") +(define pkg-desc "columns-pane% - A pane that arranges it's children widgets in columns") (define scribblings '( - ("scribblings/columns-pane.scrbl" () (gui) "columns-pane") + ("scribblings/columns-pane.scrbl" () (gui-library) "columns-pane") ) )