Skip to content

Commit

Permalink
Bump version to 1.1.0 for new Parser.Advanced module
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Aug 30, 2018
1 parent fce82e9 commit 02839df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions elm.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"type": "package",
"name": "elm/parser",
"version": "1.0.0",
"summary": "a parsing library, focused on simplicity and great error messages",
"license": "BSD-3-Clause",
"version": "1.1.0",
"exposed-modules": [
"Parser",
"Parser.Advanced"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {
},
"elm-version": "0.19.0 <= v < 0.20.0"
}
"test-dependencies": {}
}
2 changes: 1 addition & 1 deletion examples/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"elm/browser": "1.0.0",
"elm/core": "1.0.0",
"elm/html": "1.0.0",
"elm/parser": "1.0.0"
"elm/parser": "1.1.0"
},
"indirect": {
"elm/json": "1.0.0",
Expand Down

0 comments on commit 02839df

Please sign in to comment.