From bcc087e2f31b4237ab5a82273186b994315de302 Mon Sep 17 00:00:00 2001 From: lue-bird Date: Sun, 3 Nov 2024 10:15:55 +0100 Subject: [PATCH] =?UTF-8?q?config=20version=20=E2=86=92=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 9739e71..4bb9caf 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "lue-bird/elm-syntax-format", "summary": "pretty print elm-syntax like elm-format", "license": "MIT", - "version": "1.0.1", + "version": "1.0.2", "exposed-modules": [ "ElmSyntaxPrint" ],