aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Dietrich <andre.dietrich@ovgu.de>2019-12-07 14:29:06 +0100
committerAndré Dietrich <andre.dietrich@ovgu.de>2019-12-07 14:29:06 +0100
commitd07b8909baedf4740b12f0c72d61b4f111ba2af2 (patch)
tree655ea574115b5107ba2929cbebd8d4963b0da7dc
parent4273bffeba438324e073e47faab488e17ee4740c (diff)
version bump1.1.1
-rw-r--r--elm.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/elm.json b/elm.json
index d1e2ec9..0a27d62 100644
--- a/elm.json
+++ b/elm.json
@@ -3,7 +3,7 @@
"name": "andre-dietrich/elm-mapbox",
"summary": "Fork form gampleman/elm-mapbox (4.1.0) ... An advanced mapping library",
"license": "MIT",
- "version": "1.1.0",
+ "version": "1.1.1",
"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
+}