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