diff --git a/README.txt b/README.txt index 27a778d..29d75db 100644 --- a/README.txt +++ b/README.txt @@ -4,8 +4,8 @@ BBStatic is a static site generator written in PHP that uses BBCode for content and Handlebars templates for rendering full pages. This is still very much a work in progress. Currently, it will render -standalone pages, and individual blog posts. It won't generate blog list pages, -nor anything such as a sitemap. Things are changing frequently, but I'd -definitely appreciate any help or advice anyone can offer! +standalone pages, individual blog posts, and a blog index list page. It +doesn't generate anything like sitemaps and such, but it is getting there. +I'd definitely appreciate any help or advice anyone can offer! This software is released into the public domain without any warranty. diff --git a/src/BBStatic.php b/src/BBStatic.php index 4201ea0..ac9c477 100644 --- a/src/BBStatic.php +++ b/src/BBStatic.php @@ -5,7 +5,7 @@ final class BBStatic { - const VERSION = "0.4.0-dev"; + const VERSION = "0.4.0"; const CONFIG_FILENAME = "bbstatic.json"; }