Skip to content

Commit bdca27f

Browse files
committed
Deployment: Update versioning file[s] to 1.7.12
1 parent 0911b63 commit bdca27f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

PowerAuth2.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
# General information
33
s.cocoapods_version = '>= 1.10'
44
s.name = 'PowerAuth2'
5-
s.version = '1.7.11'
5+
s.version = '1.7.12'
66
s.summary = 'PowerAuth Mobile SDK for iOS and tvOS'
77
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
88
s.social_media_url = 'https://twitter.com/wultra'
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
:type => 'Apache License, Version 2.0',
1515
:file => 'LICENSE'
1616
}
17-
s.dependency 'PowerAuthCore', '~> 1.7.11'
17+
s.dependency 'PowerAuthCore', '~> 1.7.12'
1818

1919
# Source files
2020
s.source = {

PowerAuthCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22
# General information
33
s.cocoapods_version = '>= 1.10'
44
s.name = 'PowerAuthCore'
5-
s.version = '1.7.11'
5+
s.version = '1.7.12'
66
s.summary = 'PowerAuthCore library for iOS and tvOS'
77
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
88
s.social_media_url = 'https://twitter.com/wultra'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION_NAME=1.7.11
1+
VERSION_NAME=1.7.12
22
GROUP_ID=com.wultra.android.powerauth
33
ARTIFACT_ID=powerauth-sdk

proj-xcode/PowerAuth2/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.7.11</string>
18+
<string>1.7.12</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

proj-xcode/PowerAuthCore/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.7.11</string>
18+
<string>1.7.12</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)