Skip to content

Commit

Permalink
Bump for patch in kernel code
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Nov 14, 2018
1 parent 84ecbaa commit 42e8f9f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions elm.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"type": "package",
"name": "elm/json",
"summary": "Encode and decode JSON values",
"license": "BSD-3-Clause",
"version": "1.1.0",
"exposed-modules": [
"Json.Decode",
"Json.Encode"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
"type": "package",
"name": "elm/json",
"summary": "Encode and decode JSON values",
"license": "BSD-3-Clause",
"version": "1.1.1",
"exposed-modules": [
"Json.Decode",
"Json.Encode"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
}

0 comments on commit 42e8f9f

Please sign in to comment.