From 98efa298e7efd3c74c4e37d949f35b196d2c4bf3 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Mon, 13 May 2024 10:48:55 +0000 Subject: [PATCH] Bump version to 0.1.71 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 247492631..960baf7e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expensify/react-native-live-markdown", - "version": "0.1.70", + "version": "0.1.71", "description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.", "main": "lib/commonjs/index", "module": "lib/module/index",