From 6eddba80cec5fb315f25771d716c58ad39cd5bd6 Mon Sep 17 00:00:00 2001 From: James Carlson Date: Sat, 4 Feb 2023 04:29:40 -0500 Subject: [PATCH] bump to 3.1.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 46c093d..16ef795 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "jxxcarlson/scripta-compiler", "summary": "A compiler that transforms markup source text to HTML", "license": "MIT", - "version": "3.0.0", + "version": "3.1.0", "exposed-modules": [ "Scripta.API", "Scripta.Language",