From e3de50e0c716b0099dbd5f06ef5aa38bccfd1bc0 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 9 Aug 2022 16:02:20 +0200 Subject: [PATCH] release: Make pub happy --- CHANGELOG.md | 7 +++++-- LICENSE.md => LICENSE | 0 pubspec.yaml | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index effe43c..08640c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ -## 1.0.0 +## 0.1.0 -- Initial version. +- Initial version +- Implement the Double Ratchet, X3DH and OMEMO specific bits +- Add a Blind-Trust-Before-Verification TrustManager +- Supported OMEMO version: 0.8.3 diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/pubspec.yaml b/pubspec.yaml index ec5c150..13bce16 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,7 @@ name: omemo_dart description: An XMPP library independent OMEMO library version: 0.1.0 +homepage: https://github.com/PapaTutuWawa/omemo_dart publish_to: https://git.polynom.me/api/packages/PapaTutuWawa/pub environment: