Skip to content

Commit 02839df

Browse files
committed
Bump version to 1.1.0 for new Parser.Advanced module
1 parent fce82e9 commit 02839df

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

elm.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
22
"type": "package",
33
"name": "elm/parser",
4-
"version": "1.0.0",
54
"summary": "a parsing library, focused on simplicity and great error messages",
65
"license": "BSD-3-Clause",
6+
"version": "1.1.0",
77
"exposed-modules": [
88
"Parser",
99
"Parser.Advanced"
1010
],
11+
"elm-version": "0.19.0 <= v < 0.20.0",
1112
"dependencies": {
1213
"elm/core": "1.0.0 <= v < 2.0.0"
1314
},
14-
"test-dependencies": {
15-
},
16-
"elm-version": "0.19.0 <= v < 0.20.0"
17-
}
15+
"test-dependencies": {}
16+
}

examples/elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"elm/browser": "1.0.0",
1010
"elm/core": "1.0.0",
1111
"elm/html": "1.0.0",
12-
"elm/parser": "1.0.0"
12+
"elm/parser": "1.1.0"
1313
},
1414
"indirect": {
1515
"elm/json": "1.0.0",

0 commit comments

Comments
 (0)