diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fef8a..878e180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 814e758..8913c12 100644 --- a/README.md +++ b/README.md @@ -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 , 2016 +(c) Evgeniy A. Simonenko , 2016-2017 diff --git a/elm-package.json b/elm-package.json index ecb472f..c4bc2f5 100644 --- a/elm-package.json +++ b/elm-package.json @@ -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", diff --git a/package.json b/package.json index 8d37915..8432fe8 100644 --- a/package.json +++ b/package.json @@ -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": {