Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
v0.4.0: read blog posts
The version includes: * API path: GET /post/:postid * API path: GET /post/:postid/file.ext (images etc.)
- Loading branch information
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "StaticCouchBlog", | ||
"description": "A web blog system to create, edit, preview and publish posts. The application is performance orienteted for the reads - it serves them finally as static files.", | ||
"version": "0.3.0" | ||
"version": "0.4.0" | ||
} |