From 55a497d987f2686bbf3b2b2d1b05178d42904629 Mon Sep 17 00:00:00 2001 From: Sebastian Graf Date: Sat, 16 Sep 2017 12:22:58 +0200 Subject: [PATCH] Version bump to v4.0.0 --- elm-package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm-package.json b/elm-package.json index 4f42d65..20ab8a0 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,5 +1,5 @@ { - "version": "3.1.0", + "version": "4.0.0", "summary": "Handling graphs the functional way.", "repository": "https://github.com/elm-community/graph.git", "license": "BSD3", @@ -13,7 +13,7 @@ ], "dependencies": { "avh4/elm-fifo": "1.0.3 <= v < 2.0.0", - "elm-community/intdict": "1.0.0 <= v < 3.0.0", + "elm-community/intdict": "2.0.0 <= v < 3.0.0", "elm-lang/core": "5.0.0 <= v < 6.0.0" }, "elm-version": "0.18.0 <= v < 0.19.0"