Skip to content

Commit e58c7ae

Browse files
committed
Release 0.3.1
1 parent d4dff31 commit e58c7ae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Bloggero ChangeLog
22

3+
## 2017-04-28, Version 0.3.1
4+
5+
* :new: Added post info in post list.
6+
* Refactorings in PostList.
7+
38
## 2017-04-25, Version 0.3.0
49

510
* :new: The News section.

elm-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.0",
2+
"version": "0.3.1",
33
"summary": "Bloggero -- engine for static blogs written in Elm with Material Design Light.",
44
"repository": "https://github.com/easimonenko/bloggero-elm-mdl.git",
55
"license": "MIT",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bloggero-elm-mdl",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Bloggero -- engine for static blogs with single page interface written in Elm with Material Design Light.",
55
"main": "app.js",
66
"scripts": {

0 commit comments

Comments
 (0)