Skip to content

Commit 65df3c9

Browse files
committed
Prepare 0.13.2 release
1 parent 2475022 commit 65df3c9

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9-
## main
9+
## [0.13.2] · 2025-03-18
10+
[0.13.2]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.13.2
1011

11-
[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.13.1...main)
12+
[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.13.1...0.13.2)
1213

1314
### Changed
1415

15-
- Upgraded [libwebrtc] to [134.0.6998.165] version. ([todo])
16+
- Upgraded [libwebrtc] to [134.0.6998.165] version. ([24750229])
1617

17-
[todo]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/todo
18+
[24750229]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/24750229034753705cfc6f5e240f4cabd8bfbd04
1819

1920

2021

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.instrumentisto.medea_flutter_webrtc'
2-
version '0.13.1'
2+
version '0.13.2'
33

44
buildscript {
55
ext.kotlin_version = "1.8.22"

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- instrumentisto-libwebrtc-bin (134.0.6998.165)
44
- integration_test (0.0.1):
55
- Flutter
6-
- medea_flutter_webrtc (0.13.1):
6+
- medea_flutter_webrtc (0.13.2):
77
- Flutter
88
- instrumentisto-libwebrtc-bin (= 134.0.6998.165)
99

@@ -28,7 +28,7 @@ SPEC CHECKSUMS:
2828
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
2929
instrumentisto-libwebrtc-bin: afe27fb5f2bf987d714a7ee37ecbe92a08601bd8
3030
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
31-
medea_flutter_webrtc: acf6da939c82b7728b3458afcf84a3bcfc7b1078
31+
medea_flutter_webrtc: 8a2877735450b004aab0c789ec48d35f029ccf37
3232

3333
PODFILE CHECKSUM: be3ab4e988bb308d23906be69146fcbef66fac55
3434

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- FlutterMacOS (1.0.0)
3-
- medea_flutter_webrtc (0.13.1):
3+
- medea_flutter_webrtc (0.13.2):
44
- FlutterMacOS
55

66
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
18-
medea_flutter_webrtc: 0be940eba927d2821a580a76f588a214e919f5a6
18+
medea_flutter_webrtc: 8d45767284f39f548e23da4ed088c5e9928e4ee7
1919

2020
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
2121

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ packages:
400400
path: ".."
401401
relative: true
402402
source: path
403-
version: "0.13.1"
403+
version: "0.13.2"
404404
meta:
405405
dependency: transitive
406406
description:

ios/medea_flutter_webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'medea_flutter_webrtc'
7-
s.version = '0.13.1'
7+
s.version = '0.13.2'
88
s.summary = 'Flutter WebRTC plugin based on Google WebRTC'
99
s.description = <<-DESC
1010
Flutter WebRTC plugin based on Google WebRTC.

macos/medea_flutter_webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'medea_flutter_webrtc'
7-
s.version = '0.13.1'
7+
s.version = '0.13.2'
88
s.summary = 'Flutter WebRTC plugin based on Google WebRTC'
99
s.description = <<-DESC
1010
Flutter WebRTC plugin based on Google WebRTC.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: medea_flutter_webrtc
22
description: >
33
Flutter WebRTC plugin for Android/iOS/macOS/Linux/Windows/Web, based on
44
GoogleWebRTC, designed for and used in Medea Jason WebRTC client.
5-
version: 0.13.1
5+
version: 0.13.2
66
homepage: https://github.com/instrumentisto/medea-flutter-webrtc
77

88
environment:

0 commit comments

Comments
 (0)