From a5d87d90befe12c25de5876aa6b3679a85d2ba79 Mon Sep 17 00:00:00 2001 From: James Carlson Date: Wed, 15 May 2024 05:17:18 -0400 Subject: [PATCH] bump --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 2fd151c..946c2c0 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": "1.1.3", + "version": "1.1.4", "exposed-modules": [ "Install.ClauseInCase", "Install.FieldInTypeAlias",