From cc6a388a865132f4188c9f8b450ffc73ae6fdb71 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 4 Nov 2023 03:31:26 +0100 Subject: [PATCH] 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 518f200..68de4b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-type-animation", - "version": "0.1.1", + "version": "0.1.2", "description": "React Native Type Animation is a component library that allows you to create engaging typewriter-style text animations in your React Native applications.", "main": "lib/commonjs/index", "module": "lib/module/index",