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