From f310998f32a9c95ac69fbf5d5b92054a81a86473 Mon Sep 17 00:00:00 2001 From: Luciano Lima Date: Sat, 24 Oct 2020 17:26:23 -0300 Subject: [PATCH] chore: release 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 043cfcf..9261fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanar/react-native-highlight-text", - "version": "1.0.0", + "version": "1.0.1", "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",