From 36c972762720d5e2d7b276abba34349c605aae62 Mon Sep 17 00:00:00 2001 From: ostatnicky Date: Thu, 28 Sep 2023 10:56:47 +0200 Subject: [PATCH] Update PermissionsKit.podspec --- PermissionsKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PermissionsKit.podspec b/PermissionsKit.podspec index de49da68..096a3dd9 100644 --- a/PermissionsKit.podspec +++ b/PermissionsKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PermissionsKit" - s.version = "9.1.0" + s.version = "9.2.0" 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 }