This commit is contained in:
2025-08-10 01:11:43 +02:00
parent 70989f633e
commit 655b0556b2
2 changed files with 3 additions and 4 deletions

View File

@@ -1,14 +1,14 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.3")
(define version "0.1.4")
(define license 'Apache-2.0)
(define collection "ellipsis-msg")
(define pkg-desc "A message% with ellipsis (...) to the left or right")
(define scribblings
'(
("scribblings/ellipsis-msg.scrbl" () (gui) "ellipsis-msg")
("scribblings/ellipsis-msg.scrbl" () (gui-library) "ellipsis-msg")
)
)