From c2fb76c9e49308941d74640da5ae726a7a1cff26 Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Wed, 19 Apr 2023 20:23:30 +0300 Subject: [PATCH] Update PermissionsKit.podspec --- PermissionsKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PermissionsKit.podspec b/PermissionsKit.podspec index 4feff118..54362ee6 100644 --- a/PermissionsKit.podspec +++ b/PermissionsKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PermissionsKit" - s.version = "9.0.1" + s.version = "9.0.4" s.summary = "Ask permissions with ready-use interface. You can check status permission and if it has been requested before. Support SwiftUI." s.homepage = "https://github.com/sparrowcode/PermissionsKit" s.source = { :git => "https://github.com/sparrowcode/PermissionsKit.git", :tag => s.version }