From 45975e0e5275da08a1fef8cc40189ca6e31d8477 Mon Sep 17 00:00:00 2001 From: linsy king Date: Sat, 6 May 2023 17:22:07 +0800 Subject: [PATCH] fix: ver --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 96f901a..699b090 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "linsyking/elm-canvas", "summary": "2D drawing API based on DOM Canvas, but nicer", "license": "BSD-3-Clause", - "version": "2.0.0", + "version": "2.0.1", "exposed-modules": { "Main module": [ "Canvas"