Skip to content

Commit 6c349b3

Browse files
committed
Prepare 0.13.3 release
1 parent 384aba0 commit 6c349b3

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

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

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

1314
### Changed
1415

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.3-dev'
2+
version '0.13.3'
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.3-dev):
6+
- medea_flutter_webrtc (0.13.3):
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: 87d5dc6ed60defe6109abbe3bb0f39e7413cea2d
31+
medea_flutter_webrtc: 5d1329d904af8cdc1763007aaf8bbcd410cc9b7f
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.3-dev):
3+
- medea_flutter_webrtc (0.13.3):
44
- FlutterMacOS
55

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

1616
SPEC CHECKSUMS:
1717
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
18-
medea_flutter_webrtc: 135e6b0955f17017e4277d7e8af06b558b94b62c
18+
medea_flutter_webrtc: 251c07106b23626be784acc5fbe3cd0a8bfd1701
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.3-dev"
403+
version: "0.13.3"
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.3-dev'
7+
s.version = '0.13.3'
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.3-dev'
7+
s.version = '0.13.3'
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.3-dev
5+
version: 0.13.3
66
homepage: https://github.com/instrumentisto/medea-flutter-webrtc
77

88
environment:

0 commit comments

Comments
 (0)