From 8d6b4beb0128c9d460d6cb88396928b30bb4f36f Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Sat, 7 Dec 2024 00:19:23 +0000 Subject: [PATCH] w_transport_5.2.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 796324fb..1c2ab72e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: w_transport -version: 5.2.1 +version: 5.2.2 description: Transport library for sending HTTP requests and opening WebSockets. Platform-independent with builtin support for browser and Dart VM (even supports SockJS). Includes mock utilities for testing. homepage: https://github.com/Workiva/w_transport