From 7a122f8278a3609be0f8ea426c12082904fbfb0b Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:01:34 +0900 Subject: [PATCH] bump version --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 297e994..fddaeeb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: webrtc_interface description: WebRTC Interface for Dart-Web/Flutter. -version: 1.0.2 +version: 1.0.3 homepage: https://flutter-webrtc.org environment: @@ -9,4 +9,4 @@ environment: dev_dependencies: import_sorter: ^4.6.0 pedantic: ^1.11.1 - test: any \ No newline at end of file + test: any