From 962f55501704292d8b2b66695fc1f587b5185ef7 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Thu, 12 May 2022 16:09:34 +0200 Subject: [PATCH] bump to 1.0.3 for stricter XSS checks --- elm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 1b5f6ca..6d4fe52 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "elm/virtual-dom", "summary": "Core virtual DOM implementation, basis for HTML and SVG libraries", "license": "BSD-3-Clause", - "version": "1.0.2", + "version": "1.0.3", "exposed-modules": [ "VirtualDom" ], @@ -13,4 +13,4 @@ "elm/json": "1.0.0 <= v < 2.0.0" }, "test-dependencies": {} -} \ No newline at end of file +}