We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdaf65c + 436fd41 commit 242d34cCopy full SHA for 242d34c
3 files changed
packages/stream_feed/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.3: 03/08/2021
2
+
3
+- remove dead links in Readmes
4
5
## 0.2.2: 14/06/2021
6
7
- fix: RealTime message serialization issue
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.2';
+const String packageVersion = '0.2.3';
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.2
+version: 0.2.3
repository: https://github.com/GetStream/stream-feed-flutter
issue_tracker: https://github.com/GetStream/stream-feed-flutter/issues
homepage: https://getstream.io/
0 commit comments