diff --git a/cl-bible.asd b/cl-bible.asd index c7dfa26..f179a42 100644 --- a/cl-bible.asd +++ b/cl-bible.asd @@ -1,10 +1,10 @@ ;;;; cl-bible.asd (asdf:defsystem #:cl-bible - :description "Describe cl-bible here" - :author "Your Name " - :license "Specify license here" - :version "0.0.1" + :description "A bible study app" + :author "Silas Vedder " + :license "MIT" + :version "0.0.2" :serial t :depends-on (#:str #:clog) :components ((:file "package")