From 47ad8d10765e1c960e4e47aa8a2598f457bb9ce6 Mon Sep 17 00:00:00 2001 From: Jon Bockhorst Date: Fri, 28 Aug 2020 15:48:04 -0500 Subject: [PATCH] Bump to 8.0.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 0bcefa6..c3282f8 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "EngageSoftware/elm-engage-common", "summary": "Engage's common UI framework components", "license": "Apache-2.0", - "version": "7.0.0", + "version": "8.0.0", "exposed-modules": [ "Engage.ListData", "Engage.ListItem",