From 761ce12de08f64feb6d77f3da42c6db3a48c91de Mon Sep 17 00:00:00 2001 From: Islam Rustamov Date: Mon, 16 Sep 2024 17:20:21 +0300 Subject: [PATCH] chore: release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c81263..ff0769e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-rich-text-input", - "version": "0.1.0", + "version": "0.2.0", "description": "Native component that allows you to add different rich text abilities", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",