Skip to content

Commit

Permalink
Bumped version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Nov 24, 2023
1 parent e337c08 commit e75fb1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0"
}
2 changes: 1 addition & 1 deletion WultraPowerAuthNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'

s.dependency 'PowerAuth2', '~> 1.8.0'
end
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.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e75fb1c

Please sign in to comment.