From ccc05566ccf9cd691a48170fa423efb56257fdfb Mon Sep 17 00:00:00 2001 From: Jo Wood Date: Wed, 21 Apr 2021 13:03:38 +0100 Subject: [PATCH] Bump to 5.7.1 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index e1c9236..7c540cf 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.7.0", + "version": "5.7.1", "exposed-modules": [ "Vega" ],