diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b04d5f..c01b274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.2.2 +Bugfix release. + ## 0.2.0 This version marks support for Elm 0.17 with many changes to make Elm-UI more accessible. diff --git a/elm-package.json b/elm-package.json index b2c778a..9391a29 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "0.2.2", "summary": "UI Library in ELM", "repository": "https://github.com/gdotdesign/elm-ui.git", "license": "BSD-2-Clause", diff --git a/package.json b/package.json index 288253a..64257fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elm-ui", - "version": "0.2.1", + "version": "0.2.2", "description": "UI Libary in Elm", "scripts": { "start": "bin/index.js server",