From 8d6b3d6db7d0654a4e4fe31bbf6556dec6fc3d13 Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Thu, 5 Oct 2023 23:05:33 +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 62b03c3c..1ebcdc48 100644 --- a/PermissionsKit.podspec +++ b/PermissionsKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PermissionsKit" - s.version = "10.0.0" + s.version = "10.0.1" 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 }