Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Wultra Library Deploy committed Aug 30, 2022
1 parent f232d1a commit 98a73b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4"
static let sdkVersionName = "1.1.5"
}
2 changes: 1 addition & 1 deletion 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.4'
s.version = '1.1.5'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = "PowerAuth Networking by Wultra"
s.homepage = "https://www.wultra.com/"
Expand Down
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.4</string>
<string>1.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 98a73b9

Please sign in to comment.