From 400d6cd4ac8b5e327e1a63fddf0627df26b6eddd Mon Sep 17 00:00:00 2001 From: James Carlson Date: Sat, 22 Jun 2024 06:28:37 +0100 Subject: [PATCH] Elm bump with '#' will be ignored, and an empty message aborts the commit. --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 9578612..9baae65 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": "9.0.1", + "version": "10.0.0", "exposed-modules": [ "Install.ClauseInCase", "Install.FieldInTypeAlias",