diff --git a/elm-package.json b/elm-package.json index 74bf81e..1897112 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "0.1.8", + "version": "0.2.0", "summary": "Elm application boilerplate", "repository": "https://github.com/gkubisa/elm-app-boilerplate.git", "license": "MIT", @@ -19,4 +19,4 @@ "laszlopandy/elm-console": "1.1.0 <= v < 2.0.0" }, "elm-version": "0.16.0 <= v < 0.17.0" -} \ No newline at end of file +} diff --git a/package.json b/package.json index b8c6f29..2f1e0d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elm-app-boilerplate", - "version": "0.1.8", + "version": "0.2.0", "description": "Elm application boilerplate", "scripts": { "start": "webpack-dev-server --hot --inline",