Updated README
This commit is contained in:
parent
b44d577708
commit
6fb188b265
3 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue