From 565712bcb9d4a6a35a36ba088df631d843d93161 Mon Sep 17 00:00:00 2001 From: Jonny Burger Date: Tue, 8 Feb 2022 09:07:09 +0100 Subject: [PATCH] chore: release 0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d997115..e0e71b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-animateable-text", - "version": "0.9.0", + "version": "0.9.1", "description": "A fork of React Native's component that supports Animated Values", "main": "lib/commonjs/index", "module": "lib/module/index",