Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Nov 10, 2020
1 parent cb0765e commit 72996ad
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion PowerAuth2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
# General information
s.cocoapods_version = '>= 1.10'
s.name = 'PowerAuth2'
s.version = '1.4.3'
s.version = '1.5.0'
s.summary = 'PowerAuth Mobile SDK for iOS'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down Expand Up @@ -49,4 +49,5 @@ Pod::Spec.new do |s|
'CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF' => 'NO',
'CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER' => 'NO'
}

end
4 changes: 2 additions & 2 deletions PowerAuth2ForExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForExtensions'
s.version = '1.4.3'
s.version = '1.5.0'
s.summary = 'PowerAuth Mobile SDK for iOS App Extensions'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down Expand Up @@ -32,4 +32,4 @@ Pod::Spec.new do |s|
# Produced files
s.vendored_frameworks = 'Build/PowerAuth2ForExtensions.framework'

end
end
4 changes: 2 additions & 2 deletions PowerAuth2ForWatch.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# General information
s.name = 'PowerAuth2ForWatch'
s.version = '1.4.3'
s.version = '1.5.0'
s.summary = 'PowerAuth Mobile SDK for watchOS'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
Expand Down Expand Up @@ -32,4 +32,4 @@ Pod::Spec.new do |s|
# Produced files
s.vendored_frameworks = 'Build/PowerAuth2ForWatch.framework'

end
end
2 changes: 1 addition & 1 deletion proj-android/PowerAuthLibrary/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_NAME=1.4.3
VERSION_NAME=1.5.0
GROUP_ID=io.getlime.security.powerauth
ARTIFACT_ID=powerauth-android-sdk
2 changes: 1 addition & 1 deletion proj-xcode/Classes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.5.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/Extensions/IOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.5.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion proj-xcode/Extensions/WatchOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.5.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 72996ad

Please sign in to comment.