Skip to content

Commit

Permalink
Merge pull request #17 from supertokens/dio-dependency-fix
Browse files Browse the repository at this point in the history
fix: Dependency version fixes
  • Loading branch information
rishabhpoddar authored Feb 9, 2023
2 parents f1eabcd + 5cd002b commit 1a8acc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.1.1] - 2023-02-09

- Updates dependency declaration to support correct minor versions of packages

## [0.1.0] - 2023-02-01

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ class Version {
static List<String> supported_fdi = [
"1.16"
];
static String sdkVersion = "0.1.0";
static String sdkVersion = "0.1.1";
}
8 changes: 4 additions & 4 deletions 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.1.0
version: 0.1.1
homepage: https://supertokens.com/
repository: https://github.com/supertokens/supertokens-flutter
issue_tracker: https://github.com/supertokens/supertokens-flutter/issues
Expand All @@ -16,10 +16,10 @@ environment:
dependencies:
flutter:
sdk: flutter
http: ^0.13.1
shared_preferences: ^2.0.5
http: ^0.13.0
shared_preferences: ^2.0.0
mutex: ^3.0.0
dio: ^4.0.6
dio: ^4.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 1a8acc6

Please sign in to comment.