Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkubisa committed May 22, 2016
1 parent bfe4427 commit 8077279
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.2.6",
"version": "0.3.0",
"summary": "Elm application boilerplate",
"repository": "https://github.com/gkubisa/elm-app-boilerplate.git",
"license": "MIT",
Expand All @@ -16,4 +16,4 @@
"evancz/elm-http": "3.0.1 <= v < 4.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.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.2.6",
"version": "0.3.0",
"description": "Elm application boilerplate",
"scripts": {
"start": "webpack-dev-server --hot --inline",
Expand Down

0 comments on commit 8077279

Please sign in to comment.