Skip to content

Commit

Permalink
New release version: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djmattyg007 committed Aug 14, 2016
1 parent c87831d commit 082efd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/BBStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

final class BBStatic
{
const VERSION = "0.4.0-dev";
const VERSION = "0.4.0";

const CONFIG_FILENAME = "bbstatic.json";
}

0 comments on commit 082efd4

Please sign in to comment.