Skip to content

Commit 94c519f

Browse files
authored
Release 0.0.1+1: changed README and update version (#442)
1 parent a073982 commit 94c519f

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

packages/stream_video/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+1
2+
3+
* Fixed README
4+
15
## 0.0.1
26

37
* Initial beta release of Stream Video 🚀

packages/stream_video/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stream Video Flutter
22
Official LLC (Low-level client) package for the [Stream Video SDK](https://getstream.io/video/sdk/flutter/). This package contains mostly low-level interfaces and methods for interacting with Stream Video and device APIs. We recommend you use the `stream_video_flutter` package for UI components associated with Stream Video.
33

4-
<img src="../../.readme-assets/Github-Graphic-Flutter.jpg" alt="Stream Video for Flutter Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
4+
<img src="https://raw.githubusercontent.com/GetStream/stream-video-flutter/main/.readme-assets/Github-Graphic-Flutter.jpg" alt="Stream Video for Flutter Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
55

66
## Quick Links
77

packages/stream_video/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_video
22
description: The Official Low-level Client for Stream Video, a service for building video calls, audio rooms, and live-streaming applications.
3-
version: 0.0.1
3+
version: 0.0.1+1
44
homepage: https://getstream.io/video/
55
repository: https://github.com/GetStream/stream-video-flutter
66
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+1
2+
3+
* Fixed README
4+
15
## 0.0.1
26

37
* Initial beta release of Stream Video 🚀

packages/stream_video_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stream Video Flutter
22
Official Flutter package for the [Stream Video SDK](https://getstream.io/video/sdk/flutter/)
33

4-
<img src="../../.readme-assets/Github-Graphic-Flutter.jpg" alt="Stream Video for Flutter Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
4+
<img src="https://raw.githubusercontent.com/GetStream/stream-video-flutter/main/.readme-assets/Github-Graphic-Flutter.jpg" alt="Stream Video for Flutter Header image" style="box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 1rem" />
55

66
## Quick Links
77

packages/stream_video_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_video_flutter
22
description: The Official UI package for Stream Video, a service for building video calls, audio rooms, and live-streaming applications.
3-
version: 0.0.1
3+
version: 0.0.1+1
44
homepage: https://getstream.io/video/
55
repository: https://github.com/GetStream/stream-video-flutter
66
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues

0 commit comments

Comments
 (0)