Skip to content

Commit

Permalink
docs: bump sdk version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
daniilborovoy committed Nov 12, 2023
1 parent a1bdf9e commit 32ea22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dio.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export 'src/dio-interceptor-wrapper.dart' show SuperTokensInterceptorWrapper;
export "src/supertokens_dio_extension.dart" show SuperTokensDioExtension;
export 'src/supertokens_dio_extension.dart' show SuperTokensDioExtension;
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Version {
static List<String> supported_fdi = ["1.16", "1.17", "1.18"];
static String sdkVersion = "0.2.8";
static String sdkVersion = "0.2.9";
}
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.2.8
version: 0.2.9
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 32ea22d

Please sign in to comment.