From 02839df10e462d8423c91917271f4b6f8d2f284d Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Thu, 30 Aug 2018 15:28:23 -0400 Subject: [PATCH] Bump version to 1.1.0 for new Parser.Advanced module --- elm.json | 9 ++++----- examples/elm.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) 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",