From 65d08e7403122e35a30de2b5fd1c76450e179fd4 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:23:14 +0900 Subject: [PATCH] bump version --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 514bf1a..6e0f6ce 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,13 +1,13 @@ name: dart_webrtc description: Use the dart/js library to re-wrap the webrtc js interface of the browser, to adapted common browsers. -version: 1.0.4 +version: 1.0.5 homepage: https://github.com/flutter-webrtc/dart-webrtc environment: sdk: '>=2.13.0 <3.0.0' dependencies: - webrtc_interface: ^1.0.2 + webrtc_interface: ^1.0.3 dev_dependencies: build_runner: ^1.10.0