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