From 67c67039ffa184ea74fa53c4a16a94f260188431 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Fri, 12 Jul 2024 18:26:42 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 6 ++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2580cc2..3dc44fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1] - 2024-07-12 + +### Changes + +- Removed redundant calls to `removeToken` + ## [0.6.0] - 2024-06-05 ### Changes diff --git a/lib/src/version.dart b/lib/src/version.dart index 97331b2..72266fe 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -7,5 +7,5 @@ class Version { "2.0", "3.0" ]; - static String sdkVersion = "0.6.0"; + static String sdkVersion = "0.6.1"; } diff --git a/pubspec.yaml b/pubspec.yaml index 7093f93..7ba9e41 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: supertokens_flutter description: SuperTokens SDK for Flutter apps -version: 0.6.0 +version: 0.6.1 homepage: https://supertokens.com/ repository: https://github.com/supertokens/supertokens-flutter issue_tracker: https://github.com/supertokens/supertokens-flutter/issues