X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=honey;a=blobdiff_plain;f=honey.asd;h=7075c8f1ddb4f054fffc055ea397db6d8679a981;hp=94eacaf4b7a76be80d0b8c7243519a23815f0274;hb=0.1;hpb=16e1c2e03364b20f402be75788b68410efb5b95d diff --git a/honey.asd b/honey.asd index 94eacaf..7075c8f 100644 --- a/honey.asd +++ b/honey.asd @@ -1,10 +1,10 @@ (asdf:defsystem honey :name "Markdown processor that exports to Weave html forms" - :version "0.0" + :version "0.1" :maintainer "Frank Duncan (frank@consxy.com)" :author "Frank Duncan (frank@consxy.com)" :serial t :pathname "src/main" :components ((:file "package") (:file "parse")) - :depends-on (:webthiteth :herbie-utility)) + :depends-on (:webthiteth))