From 0d2331a75c071a5213ab2e4fd9ece68753b2d273 Mon Sep 17 00:00:00 2001 From: Luciano Lima Date: Wed, 22 Jul 2020 18:24:26 -0300 Subject: [PATCH] chore: release 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f1a0cd..0ab83c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanar/react-native-highlight-text", - "version": "0.9.0", + "version": "1.0.0", "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",