Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
easimonenko committed Jan 6, 2017
1 parent c71c13d commit 071c54d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Bloggero ChangeLog

## 2017-01-07, Version 0.2.6

* Migrate back from MichaelCombs28/elm-mdl to debois/elm-mdl.

## 2017-01-05, Version 0.2.5

* :new: Post page with support HTML and Markdown format and with meta info.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ Use --debug option for enable debug history. By default false.

## Technologies

The project is written in Elm version 0.18 using the elm-mdl (currently by
MichaelCombs28), which implements on Elm user interface Material Design Lite.
The project is written in Elm version 0.18 using the elm-mdl, which implements
on Elm user interface Material Design Lite.

---

(c) Evgeniy A. Simonenko <[email protected]>, 2016
(c) Evgeniy A. Simonenko <[email protected]>, 2016-2017
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.2.5",
"version": "0.2.6",
"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.2.5",
"version": "0.2.6",
"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 071c54d

Please sign in to comment.