Version Bump to 4.0.2 in Podspec file

This commit is contained in:
Maxim Khatskevich 2017-09-18 04:14:48 +05:00
parent 377b3179c5
commit 35497abdbf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.name = companyPrefix + projName
s.summary = projSummary
s.version = '4.0.1'
s.version = '4.0.2'
s.homepage = companyGitHubPage + '/' + projName
s.source = { :git => companyGitHubAccount + '/' + projName + '.git', :tag => s.version }