Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
easimonenko committed Jun 12, 2017
1 parent ca4bf9c commit 078a0c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Bloggero ChangeLog

## 2017-06-12, Version 0.3.2

* :new: Show of updating date of post.
* :bug: Fixed view of alert list on tablet and phone.
* :bug: Fixed breadcrumbs for current page (don't need a link to it).
* Improved displaying of errors download PageInfo.
* Styling.

## 2017-04-28, Version 0.3.1

* :new: Added post info in post list.
Expand Down
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.3.2",
"summary": "Bloggero -- engine for static blogs written in Elm with Material Design Light.",
"repository": "https://github.com/easimonenko/bloggero-elm-mdl.git",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bloggero-elm-mdl",
"version": "0.3.1",
"version": "0.3.2",
"description": "Bloggero -- engine for static blogs with single page interface written in Elm with Material Design Light.",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 078a0c3

Please sign in to comment.