diff options
author | colin <colin@cicadas.surf> | 2025-02-19 06:05:50 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2025-02-19 06:05:50 -0800 |
commit | 68efcc3f9280944d9168253e0586113cbd8d24c4 (patch) | |
tree | 1011f50b1dae3be11494240ae2355b85315fd4b0 /testiere.asd | |
parent | 6e03beca8b660a3266e59720ef4df50cde05b03f (diff) |
Diffstat (limited to 'testiere.asd')
-rw-r--r-- | testiere.asd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testiere.asd b/testiere.asd index 3703823..f3748c3 100644 --- a/testiere.asd +++ b/testiere.asd @@ -2,12 +2,12 @@ (asdf:defsystem #:testiere :description "TDD system for Common Lisp" - :author "Colin OKeefe <colin@cicadas.surf>" + :author "Colin <colin@cicadas.surf>" :license "GPLv3" - :version "1.3.0" - :depends-on (:trivia) + :version "1.3.1" :pathname "src/" :serial t :components ((:file "package") (:file "testiere") (:file "standard-hooks"))) + |