Skip to content

Commit 08f2088

Browse files
committed
Prepare 0.15.1 release
1 parent 82a8909 commit 08f2088

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.15.1] · 2025-07-16
10+
[0.15.1]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.15.1
1011

11-
[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.15.0...main)
12+
[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.15.0...0.15.1)
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.15.1-dev"
2+
version = "0.15.1"
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 (138.0.7204.100)
44
- integration_test (0.0.1):
55
- Flutter
6-
- medea_flutter_webrtc (0.15.1-dev):
6+
- medea_flutter_webrtc (0.15.1):
77
- Flutter
88
- instrumentisto-libwebrtc-bin (= 138.0.7204.100)
99

@@ -28,7 +28,7 @@ SPEC CHECKSUMS:
2828
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
2929
instrumentisto-libwebrtc-bin: 522036a664b313c1102578ed9489f9fcff3be1b4
3030
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
31-
medea_flutter_webrtc: 937c2b908cacbcfc3deec9b4c7ab743e232ca0ea
31+
medea_flutter_webrtc: b321871bb759df49c25ffaf2871606bc43f1b442
3232

3333
PODFILE CHECKSUM: 1dbc3cbd33fc238907ad8f1ddbe5de6cf2d9c193
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.15.1-dev):
3+
- medea_flutter_webrtc (0.15.1):
44
- FlutterMacOS
55

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

1616
SPEC CHECKSUMS:
1717
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
18-
medea_flutter_webrtc: 2ed92b5f337d7f6ba0e2b1b72f1172fc5e04e45f
18+
medea_flutter_webrtc: 2343cc5f102dc4c6618d13177f2f0d61ef37dd28
1919

2020
PODFILE CHECKSUM: 1b29b575031b812e1e7a7cf698aec84e8b2cab1e
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.15.1-dev"
403+
version: "0.15.1"
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.15.1-dev'
7+
s.version = '0.15.1'
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.15.1-dev'
7+
s.version = '0.15.1'
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.15.1-dev
5+
version: 0.15.1
66
homepage: https://github.com/instrumentisto/medea-flutter-webrtc
77

88
environment:

0 commit comments

Comments
 (0)