From f6e19a3ee97b0528d2f20b3a9642d791e4aa8fb9 Mon Sep 17 00:00:00 2001 From: Dull Bananas Date: Mon, 15 Jun 2020 21:27:31 +0000 Subject: [PATCH] Bump version to 1.1.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 0a78319..54a7dbe 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "dullbananas/elm-touch", "summary": "Handle touch movement and gestures", "license": "MIT", - "version": "1.0.0", + "version": "1.1.0", "exposed-modules": [ "Touch" ],