From d5bc2198dcc653471818b4957c534341324a149f Mon Sep 17 00:00:00 2001 From: Luciano Lima Date: Thu, 18 Feb 2021 13:23:59 -0300 Subject: [PATCH] chore: release 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b74f37a..bce2357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanar/react-native-highlight-text", - "version": "1.0.1", + "version": "1.0.2", "description": "A React Native port of react-native-highlight-words. This component is used to highlight words within a larger body of text.", "main": "lib/commonjs/index.js", "react-native": "lib/module/index.js",