Skip to content

Commit

Permalink
Prepare 0.11.1 release (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs authored Sep 10, 2024
1 parent d4096f5 commit 4bc6a9e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.11.1] · 2024-09-??
## [0.11.1] · 2024-09-11
[0.11.1]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.11.1

[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.11.0...0.11.1)
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.11.1-dev'
version '0.11.1'

buildscript {
ext.kotlin_version = '1.9.0'
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 (128.0.6613.119)
- integration_test (0.0.1):
- Flutter
- medea_flutter_webrtc (0.11.1-dev):
- medea_flutter_webrtc (0.11.1):
- Flutter
- instrumentisto-libwebrtc-bin (= 128.0.6613.119)

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.11.1-dev):
- medea_flutter_webrtc (0.11.1):
- FlutterMacOS

DEPENDENCIES:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.11.1-dev"
version: "0.11.1"
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.11.1-dev'
s.version = '0.11.1'
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.11.1-dev'
s.version = '0.11.1'
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.11.1-dev
version: 0.11.1
homepage: https://github.com/instrumentisto/medea-flutter-webrtc

environment:
Expand Down

0 comments on commit 4bc6a9e

Please sign in to comment.