From 9a9b724463655144d2b4176f00e76f5dfa7485f6 Mon Sep 17 00:00:00 2001 From: d-markey Date: Fri, 23 Jun 2023 01:06:28 +0200 Subject: [PATCH] Version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e4dd2792..12644282 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: squadron description: Multithreading and worker thread pool for Dart / Flutter, to offload CPU-bound and heavy I/O tasks to Isolate or Web Worker threads. -version: 5.1.3 +version: 5.1.2 homepage: https://github.com/d-markey/squadron repository: https://github.com/d-markey/squadron