From eccd1793e5ded253a94aefdb4c85cc8c82c8bb81 Mon Sep 17 00:00:00 2001 From: Jo Wood Date: Tue, 15 Aug 2023 08:19:45 +0100 Subject: [PATCH] Bump to 5.6.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 4a637982..1ef27928 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "gicentre/elm-vegalite", "summary": "Declarative visualization with Elm and Vega-Lite", "license": "BSD-3-Clause", - "version": "5.5.0", + "version": "5.6.0", "exposed-modules": [ "VegaLite" ],