From ec2f15a9115a30a5a0cdb4b60fb4cc20b1e3bb57 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Thu, 11 Apr 2024 16:16:42 +0000 Subject: [PATCH] Bump version to 0.1.52 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a87ac05..ee1f6df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expensify/react-native-live-markdown", - "version": "0.1.51", + "version": "0.1.52", "description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.", "main": "lib/commonjs/index", "module": "lib/module/index",