From 6fb188b265f87aa1bb414e4bd424758ba25d5729 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 12 Sep 2021 08:38:47 +0800 Subject: [PATCH] Updated README --- packages/pub_sub/CHANGELOG.md | 6 +++++- packages/pub_sub/README.md | 2 +- packages/pub_sub/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/pub_sub/CHANGELOG.md b/packages/pub_sub/CHANGELOG.md index 9eeeb3a..b52824e 100644 --- a/packages/pub_sub/CHANGELOG.md +++ b/packages/pub_sub/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 4.0.2 + +* Updated README + ## 4.0.1 * Updated README @@ -7,7 +11,7 @@ ## 4.0.0 * Upgraded from `pendantic` to `lints` linter -* Published as `belatuk_combinator` package +* Published as `belatuk_pub_sub` package ## 3.0.2 diff --git a/packages/pub_sub/README.md b/packages/pub_sub/README.md index dcb8686..22bb36b 100644 --- a/packages/pub_sub/README.md +++ b/packages/pub_sub/README.md @@ -1,6 +1,6 @@ # Belatuk Pub Sub -[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dartlang.org/packages/belatuk_pub_sub) +[![version](https://img.shields.io/badge/pub-v4.0.2-brightgreen)](https://pub.dartlang.org/packages/belatuk_pub_sub) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/pub_sub/LICENSE) diff --git a/packages/pub_sub/pubspec.yaml b/packages/pub_sub/pubspec.yaml index 05b5902..8cfeb9a 100644 --- a/packages/pub_sub/pubspec.yaml +++ b/packages/pub_sub/pubspec.yaml @@ -1,5 +1,5 @@ name: belatuk_pub_sub -version: 4.0.1 +version: 4.0.2 description: Keep application instances in sync with a simple pub/sub API. homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pub_sub environment: