From 7c9d9b050874b8b2a0ef8d000304b428dc8ec0e8 Mon Sep 17 00:00:00 2001 From: OSBotify <76178356+OSBotify@users.noreply.github.com> Date: Sat, 30 Mar 2024 03:00:58 +1100 Subject: [PATCH] Update version to 0.1.34 (#253) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd070ba1..0c2a4158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expensify/react-native-live-markdown", - "version": "0.1.33", + "version": "0.1.34", "description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.", "main": "lib/commonjs/index", "module": "lib/module/index",