From 43902a761a362b56bf53b8efb9a2a34849af41df Mon Sep 17 00:00:00 2001 From: Jo Wood Date: Sun, 2 Aug 2020 19:43:39 +0100 Subject: [PATCH] Bump to 5.5.1 --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index e42a657..79e787c 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "gicentre/elm-vega", "summary": "Declarative visualization with Elm and Vega", "license": "BSD-3-Clause", - "version": "5.5.0", + "version": "5.5.1", "exposed-modules": [ "Vega" ], @@ -14,4 +14,4 @@ "elm/json": "1.0.0 <= v < 2.0.0" }, "test-dependencies": {} -} \ No newline at end of file +}