File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
proj-android/PowerAuthLibrary Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Pod::Spec.new do |s|
2
2
# General information
3
3
s . cocoapods_version = '>= 1.10'
4
4
s . name = 'PowerAuth2'
5
- s . version = '1.9.2 '
6
- s . summary = 'PowerAuth Mobile SDK for iOS'
5
+ s . version = '1.9.3 '
6
+ s . summary = 'PowerAuth Mobile SDK for iOS and tvOS '
7
7
s . homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
8
8
s . social_media_url = 'https://twitter.com/wultra'
9
9
s . documentation_url = 'https://github.com/wultra/powerauth-mobile-sdk/blob/develop/docs/PowerAuth-SDK-for-iOS.md'
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
:type => 'Apache License, Version 2.0' ,
15
15
:file => 'LICENSE'
16
16
}
17
- s . dependency 'PowerAuthCore' , '~> 1.9.2 '
17
+ s . dependency 'PowerAuthCore' , '~> 1.9.3 '
18
18
19
19
# Source files
20
20
s . source = {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Pod::Spec.new do |s|
2
2
# General information
3
3
s . cocoapods_version = '>= 1.10'
4
4
s . name = 'PowerAuthCore'
5
- s . version = '1.9.2 '
6
- s . summary = 'PowerAuthCore library for iOS'
5
+ s . version = '1.9.3 '
6
+ s . summary = 'PowerAuthCore library for iOS and tvOS '
7
7
s . homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
8
8
s . social_media_url = 'https://twitter.com/wultra'
9
9
s . documentation_url = 'https://github.com/wultra/powerauth-mobile-sdk/blob/develop/docs/PowerAuth-SDK-for-iOS.md'
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.9.2
1
+ VERSION_NAME =1.9.3
2
2
GROUP_ID =com.wultra.android.powerauth
3
3
ARTIFACT_ID =powerauth-sdk
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.9.2 </string >
18
+ <string >1.9.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.9.2 </string >
18
+ <string >1.9.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
You can’t perform that action at this time.
0 commit comments