Skip to content

Commit

Permalink
version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dallos committed Aug 8, 2024
1 parent 831e119 commit 732289d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions flutter_theolive_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: theolive
description: The THEOlive SDK provides HTTP-based real-time streaming video API at scale
version: 1.0.1
version: 1.0.2
homepage: https://theo.live
repository: https://github.com/THEOplayer/flutter-theolive-sdk

Expand All @@ -11,9 +11,9 @@ environment:
dependencies:
flutter:
sdk: flutter
theolive_platform_interface: 1.0.1
theolive_android: 1.0.1
theolive_ios: 1.0.1
theolive_platform_interface: 1.0.2
theolive_android: 1.0.2
theolive_ios: 1.0.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions flutter_theolive_sdk_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: theolive_android
description: THEOlive Flutter SDK for Android. Used by `theolive` to support ultra low-latency video playback on Android platforms.
version: 1.0.1
version: 1.0.2
homepage: https://theo.live
repository: https://github.com/THEOplayer/flutter-theolive-sdk

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
theolive_platform_interface: 1.0.1
theolive_platform_interface: 1.0.2

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions flutter_theolive_sdk_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: theolive_ios
description: THEOlive Flutter SDK for iOS. Used by `theolive` to support ultra low-latency video playback on the iOS platform.
version: 1.0.1
version: 1.0.2
homepage: https://theo.live
repository: https://github.com/THEOplayer/flutter-theolive-sdk

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
theolive_platform_interface: 1.0.1
theolive_platform_interface: 1.0.2

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion flutter_theolive_sdk_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: theolive_platform_interface
description: A common platform interface for the THEOlive Flutter SDK. Used by the platform-specific packages of `theolive`.
version: 1.0.1
version: 1.0.2
homepage: https://theo.live
repository: https://github.com/THEOplayer/flutter-theolive-sdk

Expand Down

0 comments on commit 732289d

Please sign in to comment.