From 93dee1c6526ce77851b8d61d397716a616f660b1 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Sat, 19 Aug 2023 16:01:08 +0000 Subject: [PATCH] w_transport_5.0.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 84285211..0a0b8163 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: w_transport -version: 5.0.0 +version: 5.0.1 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