From 9248694ad3ba6b65ee976ef721c7859334be6c94 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 4 Nov 2022 10:37:10 -0400 Subject: [PATCH] build: version 1.0.1 tagged --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec97dfc8..b9e84e04 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/sourcetoad/react-native-sketch-canvas" }, - "version": "1.0.0", + "version": "1.0.1", "description": "react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.", "author": "Terry Lin", "main": "lib/commonjs/index",