From 18c4f9ccec4def11b02ad6288dc4e451f545c532 Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Fri, 5 Oct 2018 10:57:07 +0100 Subject: [PATCH] Bump to 2.0 --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 6831cd8..78236ea 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "gampleman/elm-visualization", "summary": "A data visualization package for Elm", "license": "MIT", - "version": "1.6.1", + "version": "2.0.0", "exposed-modules": [ "Scale", "Scale.Color", @@ -31,4 +31,4 @@ "elm/regex": "1.0.0 <= v < 2.0.0", "elm-explorations/test": "1.1.0 <= v < 2.0.0" } -} +} \ No newline at end of file