summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--elm-package.json6
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 59d0e89..1293b8b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+*Updated to Elm 0.18*
+
[Elm](http://elm-lang.org/) is a really cool functional programming language used for front end development. Use it to build
cross platform desktop apps with [Electron](http://electron.atom.io/) and [Webpack](https://webpack.github.io/).
diff --git a/elm-package.json b/elm-package.json
index ee63620..056fe1f 100644
--- a/elm-package.json
+++ b/elm-package.json
@@ -8,8 +8,8 @@
],
"exposed-modules": [],
"dependencies": {
- "elm-lang/core": "4.0.5 <= v < 5.0.0",
- "elm-lang/html": "1.1.0 <= v < 2.0.0"
+ "elm-lang/core": "5.0.0 <= v < 6.0.0",
+ "elm-lang/html": "2.0.0 <= v < 3.0.0"
},
- "elm-version": "0.17.1 <= v < 0.18.0"
+ "elm-version": "0.18.0 <= v < 0.19.0"
}