Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkubisa committed Jan 14, 2018
1 parent 13d82ee commit 4a7008d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"summary": "Elm application boilerplate",
"repository": "https://github.com/gkubisa/elm-app-boilerplate.git",
"license": "MIT",
Expand Down
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.6.0",
"version": "0.6.1",
"description": "Elm application boilerplate",
"scripts": {
"start": "webpack-dev-server --hot --inline",
Expand Down
2 changes: 1 addition & 1 deletion tests/elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.6.1",
"summary": "Elm application boilerplate - test suites",
"repository": "https://github.com/gkubisa/elm-app-boilerplate.git",
"license": "MIT",
Expand Down

0 comments on commit 4a7008d

Please sign in to comment.