diff --git a/elm.json b/elm.json index de09a2d..dd9e172 100644 --- a/elm.json +++ b/elm.json @@ -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": {} +} \ No newline at end of file diff --git a/examples/elm.json b/examples/elm.json index c2f24a2..8cf95a8 100644 --- a/examples/elm.json +++ b/examples/elm.json @@ -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",