From 9643779c8ff02e79419a7c377f51365f591d88a4 Mon Sep 17 00:00:00 2001 From: rekire Date: Sun, 7 Apr 2024 11:08:05 +0200 Subject: [PATCH] Bump dependency version --- autologin_android/pubspec.yaml | 2 +- autologin_darwin/pubspec.yaml | 2 +- autologin_linux/pubspec.yaml | 2 +- autologin_test_utils/pubspec.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/autologin_android/pubspec.yaml b/autologin_android/pubspec.yaml index 2c56c33..caf23ff 100644 --- a/autologin_android/pubspec.yaml +++ b/autologin_android/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: git: url: https://github.com/rekire/autologin_plugin.git path: autologin_test_utils - ref: 0.1.0 + ref: 0.1.1 flutter_test: sdk: flutter plugin_platform_interface: ^2.0.0 diff --git a/autologin_darwin/pubspec.yaml b/autologin_darwin/pubspec.yaml index b55a87f..bd276d8 100644 --- a/autologin_darwin/pubspec.yaml +++ b/autologin_darwin/pubspec.yaml @@ -32,7 +32,7 @@ dev_dependencies: git: url: https://github.com/rekire/autologin_plugin.git path: autologin_test_utils - ref: 0.1.0 + ref: 0.1.1 flutter_test: sdk: flutter very_good_analysis: ^5.1.0 diff --git a/autologin_linux/pubspec.yaml b/autologin_linux/pubspec.yaml index 84c02df..9f18492 100644 --- a/autologin_linux/pubspec.yaml +++ b/autologin_linux/pubspec.yaml @@ -25,7 +25,7 @@ dev_dependencies: git: url: https://github.com/rekire/autologin_plugin.git path: autologin_test_utils - ref: 0.1.0 + ref: 0.1.1 flutter_test: sdk: flutter very_good_analysis: ^5.1.0 diff --git a/autologin_test_utils/pubspec.yaml b/autologin_test_utils/pubspec.yaml index 907061b..9f907b6 100644 --- a/autologin_test_utils/pubspec.yaml +++ b/autologin_test_utils/pubspec.yaml @@ -1,6 +1,6 @@ name: autologin_test_utils description: Shared code for tests to avoid to duplicating test code. -version: 0.1.0 +version: 0.1.1 homepage: https://github.com/rekire/autologin_plugin/tree/main/autologin_test_utils publish_to: none @@ -8,7 +8,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - autologin_platform_interface: 0.1.0 + autologin_platform_interface: ^0.1.0 flutter: sdk: flutter flutter_test: