release: Version 0.3.1

This commit is contained in:
2023-04-05 13:20:16 +02:00
parent 916be1c927
commit c88ab940c4
8 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.1
- Fix some issues with running moxxmpp as a component
## 0.3.0
- **BREAKING**: Removed `connectAwaitable` and merged it with `connect`.

View File

@@ -9,7 +9,7 @@ Include the following as a dependency in your pubspec file:
```
moxxmpp:
hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.3.0
version: 0.3.1
```
You can find the documentation [here](https://moxxy.org/developers/docs/moxxmpp/).

View File

@@ -1,6 +1,6 @@
name: moxxmpp
description: A pure-Dart XMPP library
version: 0.3.0
version: 0.3.1
homepage: https://codeberg.org/moxxy/moxxmpp
publish_to: https://git.polynom.me/api/packages/Moxxy/pub

View File

@@ -1,3 +1,7 @@
## 0.3.1
- Keep version in sync with moxxmpp
## 0.1.2+9
- Update a dependency to the latest release.

View File

@@ -1,6 +1,6 @@
name: moxxmpp_socket_tcp
description: A socket for moxxmpp using TCP that implements the RFC6120 connection algorithm and XEP-0368
version: 0.3.0
version: 0.3.1
homepage: https://codeberg.org/moxxy/moxxmpp
publish_to: https://git.polynom.me/api/packages/Moxxy/pub