From 3d957809f8742a719e2a0e2f17da553b9aaff42c Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 4 Nov 2023 03:17:13 +0100 Subject: [PATCH] chore: release 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e9aaa1..2ba3d01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-type-animation", - "version": "0.0.1", + "version": "0.1.0", "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",