Skip to content

Commit

Permalink
refs #43 Update version to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Feb 11, 2021
1 parent bf21351 commit 8db54d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GSLAdditions.podspec
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 8db54d1

Please sign in to comment.