From be120aa5d01ef51a6c46316c028f5508a718fb50 Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Thu, 28 Sep 2023 22:21:08 +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 096a3dd9..9bad2cf8 100644 --- a/PermissionsKit.podspec +++ b/PermissionsKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PermissionsKit" - s.version = "9.2.0" + s.version = "9.2.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 }