From 5a7985fbbba20b3e6ae9a421bd73e434c75fe131 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Tue, 15 Oct 2024 10:32:15 +0000 Subject: [PATCH] Bump version to 0.1.171 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8a50a1a..f46a6544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expensify/react-native-live-markdown", - "version": "0.1.170", + "version": "0.1.171", "description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.", "main": "lib/commonjs/index", "module": "lib/module/index",