bump package number for fun

This commit is contained in:
Ryan Haskell-Glatz 2020-06-12 17:12:36 -05:00
parent 7b40c81e17
commit 255a25ab3f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "elm-spa",
"version": "4.1.0",
"version": "4.1.1",
"description": "single page apps made easy",
"main": "index.js",
"bin": "./index.js",

View File

@ -10,7 +10,7 @@
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/url": "1.0.0",
"ryannhg/elm-spa": "4.1.0"
"ryannhg/elm-spa": "4.1.1"
},
"indirect": {
"elm/json": "1.1.3",

View File

@ -23,6 +23,6 @@
"concurrently": "5.0.0",
"elm": "0.19.1-3",
"elm-live": "4.0.2",
"elm-spa": "4.1.0"
"elm-spa": "4.1.1"
}
}