Skip to content

Commit 489c594

Browse files
alexlapaevdokimovs
andauthored
Prepare 0.11.0 release (#169)
Co-authored-by: evdokimovs <[email protected]>
1 parent 6e194ea commit 489c594

File tree

9 files changed

+25
-11
lines changed

9 files changed

+25
-11
lines changed

CHANGELOG.md

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

77

88

9+
## [0.11.0] · 2024-08-26
10+
[0.11.0]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.11.0
11+
12+
[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.10.0...0.11.0)
13+
14+
### Changed
15+
16+
- Upgraded `flutter_rust_bridge` to 2.2.0 version. ([#167])
17+
18+
[#167]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/167
19+
20+
21+
22+
923
## [0.10.0] · 2024-08-01
1024
[0.10.0]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.10.0
1125

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.10.0'
2+
version '0.11.0'
33

44
buildscript {
55
ext.kotlin_version = '1.9.0'

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- instrumentisto-libwebrtc-bin (127.0.6533.72)
44
- integration_test (0.0.1):
55
- Flutter
6-
- medea_flutter_webrtc (0.10.0):
6+
- medea_flutter_webrtc (0.11.0):
77
- Flutter
88
- instrumentisto-libwebrtc-bin (= 127.0.6533.72)
99

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.10.0):
3+
- medea_flutter_webrtc (0.11.0):
44
- FlutterMacOS
55

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

1616
SPEC CHECKSUMS:
1717
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
18-
medea_flutter_webrtc: 08f036f87205586e697455da2e2ee778eb6271ef
18+
medea_flutter_webrtc: d2feb7c8e2ca9a165ad8a00db8ec9867c90b174c
1919

2020
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
2121

example/macos/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Cocoa
22
import FlutterMacOS
33

4-
@NSApplicationMain
4+
@main
55
class AppDelegate: FlutterAppDelegate {
66
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
77
return true

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ packages:
170170
dependency: transitive
171171
description:
172172
name: crypto
173-
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
173+
sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27
174174
url: "https://pub.dev"
175175
source: hosted
176-
version: "3.0.3"
176+
version: "3.0.5"
177177
cupertino_icons:
178178
dependency: "direct main"
179179
description:
@@ -405,7 +405,7 @@ packages:
405405
path: ".."
406406
relative: true
407407
source: path
408-
version: "0.10.0"
408+
version: "0.11.0"
409409
meta:
410410
dependency: transitive
411411
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.10.0'
7+
s.version = '0.11.0'
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.10.0'
7+
s.version = '0.11.0'
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.10.0
5+
version: 0.11.0
66
homepage: https://github.com/instrumentisto/medea-flutter-webrtc
77

88
environment:

0 commit comments

Comments
 (0)