Skip to content

Commit

Permalink
Bumped version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Oct 31, 2023
1 parent 03e952f commit b7ebe23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Sources/WultraPowerauthNetworking/WPNConstants.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright 2022 Wultra s.r.o.
// Copyright 2023 Wultra s.r.o.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -22,5 +22,5 @@ import Foundation

internal class WPNConstants {
/// Version Name of the SDK
static let sdkVersionName = "0.0.1-dev"
static let sdkVersionName = "1.2.0"
}
4 changes: 2 additions & 2 deletions WultraPowerAuthNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.swift_version = "5.9"
s.ios.deployment_target = '12.0'

s.dependency 'PowerAuth2', '>= 1.7'
end
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.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b7ebe23

Please sign in to comment.