Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkubisa committed Apr 26, 2016
1 parent ad09b0a commit e81bbdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -19,4 +19,4 @@
"laszlopandy/elm-console": "1.1.0 <= v < 2.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e81bbdf

Please sign in to comment.