Skip to content

Commit

Permalink
chore: add new version to supported FDIs
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 29, 2024
1 parent 4f63e3d commit 4a19758
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.3] - 2024-10-29

### Changes

- Added new FDI version support: 3.1, 4.0

## [0.6.2] - 2024-09-27

- Adds support for debug logs using a `debug` option in the init() method of the SDK.
Expand Down
4 changes: 3 additions & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"1.18",
"1.19",
"2.0",
"3.0"
"3.0",
"3.1",
"4.0"
]
}
6 changes: 4 additions & 2 deletions lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ class Version {
"1.18",
"1.19",
"2.0",
"3.0"
"3.0",
"3.1",
"4.0"
];
static String sdkVersion = "0.6.2";
static String sdkVersion = "0.6.3";
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supertokens_flutter
description: SuperTokens SDK for Flutter apps
version: 0.6.2
version: 0.6.3
homepage: https://supertokens.com/
repository: https://github.com/supertokens/supertokens-flutter
issue_tracker: https://github.com/supertokens/supertokens-flutter/issues
Expand Down

0 comments on commit 4a19758

Please sign in to comment.