Compare commits

..

No commits in common. "44ab31aebbbf8a4b4cf657c03c26693c65cdfba2" and "7600804aa19d2d9140a9f2e84f9ac05735a667c3" have entirely different histories.

3 changed files with 5 additions and 10 deletions

View File

@ -4,8 +4,3 @@
- Implement the Double Ratchet, X3DH and OMEMO specific bits
- Add a Blind-Trust-Before-Verification TrustManager
- Supported OMEMO version: 0.8.3
## 0.1.3
- Fix bug with the Double Ratchet causing only the initial message to be decryptable
- Expose `getDeviceMap` as a developer usable function

View File

@ -26,10 +26,10 @@ Include `omemo_dart` in your `pubspec.yaml` like this:
# [...]
dependencies:
omemo_dart:
hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub
version: ^0.1.0
# [...]
omemo_dart:
hosted: https://git.polynom.me/api/packages/PapaTutuWawa/pub
version: ^0.1.0
# [...]
# [...]
```

View File

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