Skip to content

Commit

Permalink
Bumped version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jul 8, 2024
1 parent fa81ba4 commit 3b05b50
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.4.0"
}
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.3.0'
s.version = '1.4.0'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = "PowerAuth Networking by Wultra"
s.homepage = "https://www.wultra.com/"
Expand All @@ -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.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 3b05b50

Please sign in to comment.