This commit is contained in:
2025-08-10 11:13:37 +02:00
parent 4bb4d255a0
commit 465f6e39a8

View File

@@ -1,14 +1,14 @@
#lang info #lang info
(define pkg-authors '(hnmdijkema)) (define pkg-authors '(hnmdijkema))
(define version "0.1.4") (define version "0.1.5")
(define license 'Apache-2.0) (define license 'Apache-2.0)
(define collection "columns-pane") (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 (define scribblings
'( '(
("scribblings/columns-pane.scrbl" () (gui) "columns-pane") ("scribblings/columns-pane.scrbl" () (gui-library) "columns-pane")
) )
) )