From 5fd5e75518b5ca4a705ca029ac6d9b66223b2db8 Mon Sep 17 00:00:00 2001 From: Abd Qayyum Date: Thu, 13 Oct 2022 16:25:33 +0800 Subject: [PATCH] release version 1.0.2 --- razerms_applepay_plugin.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/razerms_applepay_plugin.podspec b/razerms_applepay_plugin.podspec index 55b89d7..e0ba8f3 100644 --- a/razerms_applepay_plugin.podspec +++ b/razerms_applepay_plugin.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'razerms_applepay_plugin' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'Razer Merchant Services Apple Pay Plugin' s.description = <<-DESC These is Razer Merchant Services Apple Pay Plugin for merchant used @@ -12,7 +12,7 @@ Pod::Spec.new do |s| LICENSE } s.author = { 'RMS Mobile Division' => 'mobile-sa@razer.com' } - s.source = { :git => "https://https://github.com/RazerMS/RazerMSApplePayPlugin.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/RazerMS/RazerMSApplePayPlugin.git", :tag => "#{s.version}" } s.framework = "Foundation" s.framework = "PassKit" s.framework = "WebKit"