From f81bf198b575ad43446b7d4dcb85275a8c58e65f Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Thu, 11 Jul 2024 12:25:05 +0900 Subject: [PATCH] Update version to 4.0.1 --- AnimatedTransitionKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnimatedTransitionKit.podspec b/AnimatedTransitionKit.podspec index 8c5551a..be298a3 100644 --- a/AnimatedTransitionKit.podspec +++ b/AnimatedTransitionKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "AnimatedTransitionKit" - s.version = "4.0.0" + s.version = "4.0.1" s.summary = "UIViewController Transitioning Library." s.description = "This library helps you to apply and create Custom UIViewController Transitions." s.homepage = "https://github.com/pisces/AnimatedTransitionKit"