From f51743b29eb15461a6447a58ac460a29d0b5f999 Mon Sep 17 00:00:00 2001 From: Jonny Burger Date: Sat, 31 Aug 2024 09:22:53 +0200 Subject: [PATCH] chore: release 0.13.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 246a4d6..9738f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-animateable-text", - "version": "0.12.1", + "version": "0.13.0", "description": "A fork of React Native's component that supports Animated Values", "main": "lib/commonjs/index", "module": "lib/module/index",