From 39fade503aeefa6c426f378001a315e218a42d53 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Fri, 24 Mar 2023 12:17:41 -0700 Subject: [PATCH] Bump Elm package. --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index a8aea343..3c2e9c99 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "dillonkearns/elm-pages-v3-beta", "summary": "A statically typed site generator.", "license": "BSD-3-Clause", - "version": "16.1.0", + "version": "17.0.0", "exposed-modules": [ "Head", "Head.Seo", @@ -86,4 +86,4 @@ "elm-explorations/test": "2.0.1 <= v < 3.0.0", "the-sett/elm-pretty-printer": "3.0.0 <= v < 4.0.0" } -} \ No newline at end of file +}