From d7c788682ed0d0c60c6bc1b8e4b65c46e769ece5 Mon Sep 17 00:00:00 2001 From: Shridhara V Date: Tue, 9 Nov 2021 12:13:28 +0530 Subject: [PATCH] Pod version updated to 1.0.5 --- BGTasks.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGTasks.podspec b/BGTasks.podspec index 7c91ec6..4ad13cd 100644 --- a/BGTasks.podspec +++ b/BGTasks.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BGTasks' - s.version = '1.0.4' + s.version = '1.0.5' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'A wrapper over iOS provided BackgroundTasks framework to ensure smooth onboarding of usecases and handle all the complex functionalities of BackgroundTasks within it.' s.homepage = 'https://github.com/PhonePe/BGTasks'