From ef34c5063864a3ccaf9a4056d70c4ec151f2aa4d Mon Sep 17 00:00:00 2001 From: OSBotify Date: Tue, 5 Nov 2024 17:28:51 +0000 Subject: [PATCH] Bump version to 0.1.181 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bcdc96e..afdb3f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expensify/react-native-live-markdown", - "version": "0.1.180", + "version": "0.1.181", "description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.", "main": "lib/commonjs/index", "module": "lib/module/index",