diff --git a/package-lock.json b/package-lock.json index f12f740..b013207 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-richify", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-richify", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "dependencies": { "lucide-react-native": "^1.7.0" diff --git a/package.json b/package.json index 117972b..ba5dd69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-richify", - "version": "1.0.7", - "description": "A customizable React Native rich text input with a native toolbar and Markdown or HTML output.", + "version": "1.0.8", + "description": "A highly customizable React Native rich text input with a native toolbar and Markdown or HTML output.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts",