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'