From 189fc6d1455a06f3ada98c8f4b0623fe8594db6e Mon Sep 17 00:00:00 2001 From: James Carlson Date: Sun, 2 Jun 2024 11:01:56 +0200 Subject: [PATCH] Bump to 2.0.4 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index e5d5109..2d2b3d0 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "jxxcarlson/elm-review-codeinstaller", "summary": "A set of rules for installing code in an existing Elm project.", "license": "MIT", - "version": "2.0.3", + "version": "2.0.4", "exposed-modules": [ "Install.ClauseInCase", "Install.FieldInTypeAlias",