From 8db54d1c5926f12ef794be230f8be4ffa3a539dd Mon Sep 17 00:00:00 2001 From: Goichi Hirakawa Date: Thu, 11 Feb 2021 21:17:04 +0900 Subject: [PATCH] refs #43 Update version to 4.0.2 --- GSLAdditions.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GSLAdditions.podspec b/GSLAdditions.podspec index 7a5a387..b0d3f81 100644 --- a/GSLAdditions.podspec +++ b/GSLAdditions.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'GSLAdditions' - s.version = '4.0.1' + s.version = '4.0.2' s.author = 'GyazSquare' s.license = { :type => 'MIT' } s.homepage = 'https://github.com/GyazSquare/GSLAdditions' - s.source = { :git => 'https://github.com/GyazSquare/GSLAdditions.git', :tag => '4.0.1' } + s.source = { :git => 'https://github.com/GyazSquare/GSLAdditions.git', :tag => '4.0.2' } s.summary = 'Objective-C GSL categories for iOS, macOS, watchOS and tvOS.' s.requires_arc = true