From 8f175ff005caf1209ba5a65c7479a47cf572831b Mon Sep 17 00:00:00 2001 From: OSBotify Date: Wed, 17 Jul 2024 07:52:32 +0000 Subject: [PATCH] Bump version to 0.1.107 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07a2fc8c..2da7f2a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expensify/react-native-live-markdown", - "version": "0.1.106", + "version": "0.1.107", "description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.", "main": "lib/commonjs/index", "module": "lib/module/index",