Skip to content

Commit f270143

Browse files
committed
0.2.3 -> 0.2.0
1 parent b1cc9c0 commit f270143

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/stream_feed/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.3: 21/05/2021
1+
## 0.2.0: 21/05/2021
22

33
- fix: Follow model
44
- new: FollowRelation

packages/stream_feed/lib/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/// Current package version
22
/// Used in [HttpClient] to build the `x-stream-client` header
3-
const String packageVersion = '0.2.3';
3+
const String packageVersion = '0.2.0';

packages/stream_feed/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_feed
22
description: Stream Feed official Dart SDK. Build your own feed experience using Dart and Flutter.
3-
version: 0.2.3
3+
version: 0.2.0
44
repository: https://github.com/GetStream/stream-feed-flutter
55
issue_tracker: https://github.com/GetStream/stream-feed-flutter/issues
66
homepage: https://getstream.io/

0 commit comments

Comments
 (0)