From 8505628fea98f227ee044f90e41e53be828aec97 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Fri, 12 Apr 2024 19:27:55 +0000 Subject: [PATCH] Bump version to 0.1.59 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4f9ce647..06bb2f3c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expensify/react-native-live-markdown", - "version": "0.1.58", + "version": "0.1.59", "description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.", "main": "lib/commonjs/index", "module": "lib/module/index",