Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.10.0 release #163

Merged
merged 7 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All user visible changes to this project will be documented in this file. This p



## [0.10.0] · 2024-??-?? (unreleased)
## [0.10.0] · 2024-07-26
[0.10.0]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.10.0

[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.9.0...0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.instrumentisto.medea_flutter_webrtc'
version '0.10.0-dev'
version '0.10.0'

buildscript {
ext.kotlin_version = '1.7.10'
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- instrumentisto-libwebrtc-bin (126.0.6478.182-r2)
- integration_test (0.0.1):
- Flutter
- medea_flutter_webrtc (0.10.0-dev):
- medea_flutter_webrtc (0.10.0):
- Flutter
- instrumentisto-libwebrtc-bin (= 126.0.6478.182-r2)

Expand Down
2 changes: 1 addition & 1 deletion example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- FlutterMacOS (1.0.0)
- medea_flutter_webrtc (0.10.0-dev):
- medea_flutter_webrtc (0.10.0):
- FlutterMacOS

DEPENDENCIES:
Expand Down
2 changes: 1 addition & 1 deletion example/macos/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
33CC10EC2044A3C60003C045 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.10.0-dev"
version: "0.10.0"
meta:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/medea_flutter_webrtc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'medea_flutter_webrtc'
s.version = '0.10.0-dev'
s.version = '0.10.0'
s.summary = 'Flutter WebRTC plugin based on Google WebRTC'
s.description = <<-DESC
Flutter WebRTC plugin based on Google WebRTC.
Expand Down
2 changes: 1 addition & 1 deletion macos/medea_flutter_webrtc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'medea_flutter_webrtc'
s.version = '0.10.0-dev'
s.version = '0.10.0'
s.summary = 'Flutter WebRTC plugin based on Google WebRTC'
s.description = <<-DESC
Flutter WebRTC plugin based on Google WebRTC.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: medea_flutter_webrtc
description: >
Flutter WebRTC plugin for Android/iOS/macOS/Linux/Windows/Web, based on
GoogleWebRTC, designed for and used in Medea Jason WebRTC client.
version: 0.10.0-dev
version: 0.10.0
homepage: https://github.com/instrumentisto/medea-flutter-webrtc

environment:
Expand Down
Loading