aboutsummaryrefslogtreecommitdiffstats
path: root/elm.json
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2019-02-15 20:50:23 +0000
committerGitHub <noreply@github.com>2019-02-15 20:50:23 +0000
commit9bd079e10dfa68df2f2fec5adb35df90edb3525f (patch)
treec65a4314629a043b1fe91dca0d56bbdcfb4c5dff /elm.json
parent16f0d89d0f19c2d8bf1bad6c41383973d9ce1ad6 (diff)
Mapbox Upgrade + Simplified Enums (#9)4.0.0
Diffstat (limited to 'elm.json')
-rw-r--r--elm.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/elm.json b/elm.json
index 2eed01d..6193f42 100644
--- a/elm.json
+++ b/elm.json
@@ -3,7 +3,7 @@
"name": "gampleman/elm-mapbox",
"summary": "An advanced mapping library",
"license": "MIT",
- "version": "3.1.1",
+ "version": "4.0.0",
"exposed-modules": [
"Mapbox.Element",
"Mapbox.Cmd.Template",
@@ -21,4 +21,4 @@
"elm/json": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
-}
+} \ No newline at end of file