From 601faac0d7e2f2788dabe3e147386e9fd1de3d59 Mon Sep 17 00:00:00 2001 From: Lindsay Wardell <32229300+lindsaykwardell@users.noreply.github.com> Date: Fri, 24 Jun 2022 08:38:15 -0700 Subject: [PATCH] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7bf2dc8..a4a1992 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vite-elm-template", "author": "Lindsay Wardell", "description": "A staring template for building Elm apps with Vite", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "scripts": { "postinstall": "elm-tooling install",