From a4761bdee0d6b0a5b8e76f9183c215bd7b38f1a7 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 24 Nov 2023 11:44:59 +0100 Subject: [PATCH] chore: release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e07621..908af13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-type-animation", - "version": "0.2.0", + "version": "0.3.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",