Skip to content

Commit e7468ab

Browse files
committed
Bump version to 2.1.0, and stop asserting compatibility with Elm 0.15.
Since I'm no longer testing against Elm 0.15 -- closes #7.
1 parent 63ae4c0 commit e7468ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

elm-package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.1.0",
33
"summary": "Expose Web APIs provided by the browser's Javascript runtime",
44
"repository": "https://github.com/rgrempel/elm-web-api.git",
55
"license": "BSD3",
@@ -13,6 +13,7 @@
1313
"WebAPI.Date",
1414
"WebAPI.Event",
1515
"WebAPI.Event.BeforeUnload",
16+
"WebAPI.Event.Custom",
1617
"WebAPI.Function",
1718
"WebAPI.Location",
1819
"WebAPI.Math",
@@ -23,7 +24,7 @@
2324
],
2425
"native-modules": true,
2526
"dependencies": {
26-
"elm-lang/core": "2.0.0 <= v < 4.0.0"
27+
"elm-lang/core": "3.0.0 <= v < 4.0.0"
2728
},
28-
"elm-version": "0.15.0 <= v < 0.17.0"
29+
"elm-version": "0.16.0 <= v < 0.17.0"
2930
}

0 commit comments

Comments
 (0)