diff options
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"))) + |