chore: Bump version

This commit is contained in:
PapaTutuWawa 2022-12-25 22:20:53 +01:00
parent b48665c357
commit d37a4bd719
2 changed files with 7 additions and 1 deletions

View File

@ -36,3 +36,9 @@
- Fix a bug that caused the device's id to change when replacing a OPK - Fix a bug that caused the device's id to change when replacing a OPK
- Every decryption failure now causes the ratchet to be restored to a pre-decryption state - Every decryption failure now causes the ratchet to be restored to a pre-decryption state
- Add method to get the device's fingerprint - Add method to get the device's fingerprint
## 1.0.0
- [Breaking] Replace `OmemoSessionManager` with `OmemoManager`
- Implement queued access to the ratchets inside the `OmemoManager`
- Implement heartbeat messages

View File

@ -1,6 +1,6 @@
name: omemo_dart name: omemo_dart
description: An XMPP library independent OMEMO library description: An XMPP library independent OMEMO library
version: 0.3.2 version: 1.0.0
homepage: https://github.com/PapaTutuWawa/omemo_dart homepage: https://github.com/PapaTutuWawa/omemo_dart
publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub