Skip to content

Commit

Permalink
Release 3.5.1 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamorastp authored Oct 5, 2022
1 parent a378ca5 commit 2b66784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AccountSDKIOSWeb.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AccountSDKIOSWeb'
s.version = '3.5.0'
s.version = '3.5.1'
s.summary = 'New implementation of the Schibsted account iOS SDK using the web flows via ASWebAuthenticationSession.'
s.homepage = 'https://schibsted.github.io/account-sdk-ios-web/'
s.license = { :type => "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/AccountSDKIOSWeb/Lib/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// Licensed under the terms of the MIT license. See LICENSE in the project root.
//

public let sdkVersion = "3.5.0"
public let sdkVersion = "3.5.1"

0 comments on commit 2b66784

Please sign in to comment.