Skip to content

Commit

Permalink
Prepare 0.7.1 release of medea-jason crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 30, 2024
1 parent f2fbcc5 commit c4b03f5
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ All user visible changes to this project will be documented in this file. This p



## [master] · unreleased
[master]: /../../tree/master
## [0.7.1] · 2024-12-30
[0.7.1]: /../../tree/medea-jason-0.7.1

[Diff](https://github.com/instrumentisto/medea-jason/compare/medea-jason-0.7.0...master)
[Diff](https://github.com/instrumentisto/medea-jason/compare/medea-jason-0.7.0...medea-jason-0.7.1)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "medea-jason"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
rust-version = "1.81"
description = "Client library for Medea media server."
Expand Down
6 changes: 3 additions & 3 deletions flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ All user visible changes to this project will be documented in this file. This p



## [master] · unreleased
[master]: /../../tree/master/flutter
## [0.7.1] · 2024-12-30
[0.7.1]: /../../tree/medea-jason-0.7.1/flutter

See also [`medea-jason` crate `master` changes](/../../tree/master/CHANGELOG.md).
See also [`medea-jason` crate 0.7.1 changes](/../../tree/medea-jason-0.7.1/CHANGELOG.md).

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.medea.jason'
version '0.7.0'
version '0.7.1'

buildscript {
ext.kotlin_version = "1.8.22"
Expand Down
16 changes: 8 additions & 8 deletions flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- Flutter (1.0.0)
- instrumentisto-libwebrtc-bin (131.0.6778.108)
- instrumentisto-libwebrtc-bin (131.0.6778.139)
- integration_test (0.0.1):
- Flutter
- medea_flutter_webrtc (0.11.2):
- medea_flutter_webrtc (0.12.0):
- Flutter
- instrumentisto-libwebrtc-bin (= 131.0.6778.108)
- medea_jason (0.7.0):
- instrumentisto-libwebrtc-bin (= 131.0.6778.139)
- medea_jason (0.7.1):
- Flutter

DEPENDENCIES:
Expand All @@ -31,11 +31,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
instrumentisto-libwebrtc-bin: f3eb741f5bbc90fd5503f1000f29820b72edc9aa
instrumentisto-libwebrtc-bin: 3723ba1d34da2e573a8a18f7608415b5d885abaf
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
medea_flutter_webrtc: c8ae806ecf2ba317db5c16b374c2ae9accc4be95
medea_jason: dd2579ca796f0bff007212896cc27e333d6b4c9c
medea_flutter_webrtc: 4884e6472ec0a950588aa479b6c2dc57e3808a26
medea_jason: 1799fe0087e1335b32a61b78bb9eef72d1fe7518

PODFILE CHECKSUM: 645e03ec353e4a50b5c4f39a89c4acce2cfd4faf

COCOAPODS: 1.14.3
COCOAPODS: 1.16.2
10 changes: 5 additions & 5 deletions flutter/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- FlutterMacOS (1.0.0)
- medea_flutter_webrtc (0.11.2):
- medea_flutter_webrtc (0.12.0):
- FlutterMacOS
- medea_jason (0.7.0):
- medea_jason (0.7.1):
- FlutterMacOS

DEPENDENCIES:
Expand All @@ -20,9 +20,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
medea_flutter_webrtc: 790273ab2ce7a27fd2e28c5d0f92c3ee564f6f24
medea_jason: 20c57bcd6ae2488ccbff0cdca2b86976dd17d899
medea_flutter_webrtc: 0f2ef3e6e2531963c3273af599ed2a39fb0141a3
medea_jason: 13bfdf6e94b43537c9a758bb909d16b5f135e24d

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.14.3
COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.0"
version: "0.7.1"
meta:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter/ios/medea_jason.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_jason'
s.version = '0.7.0'
s.version = '0.7.1'
s.summary = 'Cross-platform client library of Medea media server for Flutter.'
s.description = 'Cross-platform client library of Medea media server for Flutter.'
s.homepage = 'https://github.com/instrumentisto/medea-jason'
Expand Down
2 changes: 1 addition & 1 deletion flutter/macos/medea_jason.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'medea_jason'
s.version = '0.7.0'
s.version = '0.7.1'
s.summary = 'Cross-platform client library of Medea media server for Flutter.'
s.description = 'Cross-platform client library of Medea media server for Flutter.'
s.homepage = 'https://github.com/instrumentisto/medea-jason'
Expand Down
2 changes: 1 addition & 1 deletion flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: medea_jason
description: Cross-platform client library of Medea media server for Flutter.
version: 0.7.0
version: 0.7.1
homepage: https://github.com/instrumentisto/medea-jason/blob/master/flutter

environment:
Expand Down

0 comments on commit c4b03f5

Please sign in to comment.