Skip to content

Commit

Permalink
adds fdi
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed May 28, 2024
1 parent 6f234fb commit 08859ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2024-05-28

- Readds FDI 2.0 and 3.0 support

## [0.3.1] - 2024-05-28

- Adds FDI 2.0 and 3.0 support
Expand Down
2 changes: 1 addition & 1 deletion SuperTokensIOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SuperTokensIOS'
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = 'SuperTokens SDK for using login and session management functionality in iOS apps'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion SuperTokensIOS/Classes/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import Foundation

internal class Version {
static let supported_fdi: [String] = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0"]
static let sdkVersion = "0.3.1"
static let sdkVersion = "0.3.2"
}
4 changes: 3 additions & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"1.16",
"1.17",
"1.18",
"1.19"
"1.19",
"2.0",
"3.0"
]
}

0 comments on commit 08859ec

Please sign in to comment.