We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cc9c0 commit f270143Copy full SHA for f270143
packages/stream_feed/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.2.3: 21/05/2021
+## 0.2.0: 21/05/2021
2
3
- fix: Follow model
4
- new: FollowRelation
packages/stream_feed/lib/version.dart
@@ -1,3 +1,3 @@
/// Current package version
/// Used in [HttpClient] to build the `x-stream-client` header
-const String packageVersion = '0.2.3';
+const String packageVersion = '0.2.0';
packages/stream_feed/pubspec.yaml
@@ -1,6 +1,6 @@
name: stream_feed
description: Stream Feed official Dart SDK. Build your own feed experience using Dart and Flutter.
-version: 0.2.3
+version: 0.2.0
repository: https://github.com/GetStream/stream-feed-flutter
5
issue_tracker: https://github.com/GetStream/stream-feed-flutter/issues
6
homepage: https://getstream.io/
0 commit comments