From 5a5bcf48720bc7d53461b3cd42a9f19f119c5503 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Thu, 13 Sep 2018 11:14:55 -0400 Subject: [PATCH] Bump again for another bug from bit shaving --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index acdc7b7..1b5f6ca 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.1", + "version": "1.0.2", "exposed-modules": [ "VirtualDom" ],