From d5421906dd2b87b539ba5abef17e4ab067d20c51 Mon Sep 17 00:00:00 2001 From: lue-bird Date: Sun, 3 Nov 2024 09:49:19 +0100 Subject: [PATCH] =?UTF-8?q?config=20version=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index d616feb..9739e71 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.0", + "version": "1.0.1", "exposed-modules": [ "ElmSyntaxPrint" ], @@ -16,4 +16,4 @@ "test-dependencies": { "elm-explorations/test": "2.2.0 <= v < 3.0.0" } -} \ No newline at end of file +}