Skip to content

Commit

Permalink
Prepare 0.10.0 release (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs authored Aug 1, 2024
1 parent 586b935 commit 47693ca
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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-08-01
[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 (127.0.6533.72)
- integration_test (0.0.1):
- Flutter
- medea_flutter_webrtc (0.10.0-dev):
- medea_flutter_webrtc (0.10.0):
- Flutter
- instrumentisto-libwebrtc-bin (= 127.0.6533.72)

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

0 comments on commit 47693ca

Please sign in to comment.