From 2ae03c99abf8ec7051cec1ee9b5a803263a8f911 Mon Sep 17 00:00:00 2001 From: Silas Vedder Date: Mon, 9 May 2022 09:42:24 +0200 Subject: [PATCH] Updated cl-bible.asd --- cl-bible.asd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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")