release: Tag 0.4.3
This commit is contained in:
parent
3fb5fd7eb8
commit
04bb70d657
@ -50,3 +50,7 @@
|
||||
## 0.4.2
|
||||
|
||||
- Fix removeAllRatchets not removing, well, all ratchets. In fact, it did not remove any ratchet.
|
||||
|
||||
## 0.4.3
|
||||
|
||||
- Fix bug that causes ratchets to be unable to decrypt anything after receiving a heartbeat with a completely new session
|
||||
|
@ -28,7 +28,7 @@ Include `omemo_dart` in your `pubspec.yaml` like this:
|
||||
dependencies:
|
||||
omemo_dart:
|
||||
hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub
|
||||
version: ^0.4.0
|
||||
version: ^0.4.3
|
||||
# [...]
|
||||
|
||||
# [...]
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: omemo_dart
|
||||
description: An XMPP library independent OMEMO library
|
||||
version: 0.4.2
|
||||
version: 0.4.3
|
||||
homepage: https://github.com/PapaTutuWawa/omemo_dart
|
||||
publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user