From 3241298e890003638ee764b5c452ccf04103444a Mon Sep 17 00:00:00 2001 From: Apoorv Kansal Date: Sat, 19 Mar 2022 18:27:14 +0530 Subject: [PATCH] chore: version increase --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad5f07e..c0a5733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rn-skia-sketch-canvas", - "version": "0.1.3", + "version": "0.2.0", "description": "A React Native component for drawing by touching using Skia renderer", "main": "lib/commonjs/index", "module": "lib/module/index",