diff --git a/.lh/packages/telnyx_webrtc/pubspec.yaml.json b/.lh/packages/telnyx_webrtc/pubspec.yaml.json index d0d3ccc..e9fbc88 100644 --- a/.lh/packages/telnyx_webrtc/pubspec.yaml.json +++ b/.lh/packages/telnyx_webrtc/pubspec.yaml.json @@ -3,11 +3,15 @@ "activeCommit": 0, "commits": [ { - "activePatchIndex": 0, + "activePatchIndex": 1, "patches": [ { "date": 1730980804680, "content": "Index: \n===================================================================\n--- \n+++ \n" + }, + { + "date": 1731325811009, + "content": "Index: \n===================================================================\n--- \n+++ \n@@ -2,9 +2,9 @@\n description: Enable real-time communication with WebRTC and Telnyx. Create and receive calls on Android, iOS and Web platforms\n homepage: https://telnyx.com/\n repository: https://github.com/team-telnyx/flutter-voice-sdk\n issue_tracker: https://github.com/team-telnyx/flutter-voice-sdk/issues?q=is%3Aopen+is%3Aissue\n-version: 0.0.18\n+version: 0.1.0\n \n environment:\n sdk: \">=3.0.0 <3.22.3\"\n flutter: \">=1.17.0\"\n" } ], "date": 1730980804680, diff --git a/packages/telnyx_webrtc/pubspec.yaml b/packages/telnyx_webrtc/pubspec.yaml index 837db9f..dd2a7b5 100644 --- a/packages/telnyx_webrtc/pubspec.yaml +++ b/packages/telnyx_webrtc/pubspec.yaml @@ -3,7 +3,7 @@ description: Enable real-time communication with WebRTC and Telnyx. Create and r homepage: https://telnyx.com/ repository: https://github.com/team-telnyx/flutter-voice-sdk issue_tracker: https://github.com/team-telnyx/flutter-voice-sdk/issues?q=is%3Aopen+is%3Aissue -version: 0.0.18 +version: 0.1.0 environment: sdk: ">=3.0.0 <3.22.3"