Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Oct 5, 2022
1 parent 96e4d1e commit cbef20d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sources/WultraPowerauthNetworking/WPNConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ import Foundation

internal class WPNConstants {
/// Version Name of the SDK
static let sdkVersionName = "1.1.5"
static let sdkVersionName = "1.1.6"
}
4 changes: 2 additions & 2 deletions WultraPowerAuthNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.cocoapods_version = '>= 1.10'
s.name = "WultraPowerAuthNetworking"
s.version = '1.1.5'
s.version = '1.1.6'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = "PowerAuth Networking by Wultra"
s.homepage = "https://www.wultra.com/"
Expand All @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.swift_version = "5.7"
s.ios.deployment_target = '11.0'

s.dependency 'PowerAuth2', '>= 1.7'
s.dependency 'PowerAuth2', '>= 1.7.3'
end
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.5</string>
<string>1.1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit cbef20d

Please sign in to comment.