diff --git a/NEWS.md b/NEWS.md index c9209e2..f3c44ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## Changes for 0.9.1 (2013-04-xx): +## Changes for 0.9.1 (2013-04-10): * Added a PREVIEW function for REPL use. * Make ATOM and RSS templates a separate "generic" theme. (thanks @woudshoo!) diff --git a/coleslaw.asd b/coleslaw.asd index a16d157..a25f13f 100644 --- a/coleslaw.asd +++ b/coleslaw.asd @@ -1,7 +1,7 @@ (defsystem #:coleslaw :name "coleslaw" :description "Flexible Lisp Blogware" - :version "0.9" + :version "0.9.1" :license "BSD" :author "Brit Butler " :pathname "src/"