From 2648784d6a6fb103cee3d2b501c4cd85ffc95998 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 5 Jul 2023 10:51:52 -0400 Subject: [PATCH] build: version 1.0.4 tagged (#26) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45621f61..dccf06c6 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.3", + "version": "1.0.4", "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",