diff --git a/anti_spam/manifest.ini b/anti_spam/manifest.ini index ac39c88..71cf5c0 100644 --- a/anti_spam/manifest.ini +++ b/anti_spam/manifest.ini @@ -1,7 +1,7 @@ [info] name: Anti Spam short_name: anti_spam -version: 1.6.0 +version: 1.6.1 description: Block some incoming messages. authors: Yann Leboulanger Denis Fomin diff --git a/length_notifier/manifest.ini b/length_notifier/manifest.ini index 5c9ce5a..38ca4a8 100644 --- a/length_notifier/manifest.ini +++ b/length_notifier/manifest.ini @@ -1,7 +1,7 @@ [info] name: Message Length Notifier short_name: length_notifier -version: 1.4.0 +version: 1.4.1 description: Highlights the chat window’s message input if a specified message length is exceeded authors: Mateusz Biliński homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin diff --git a/omemo/CHANGELOG b/omemo/CHANGELOG index f13382b..f05bbaa 100644 --- a/omemo/CHANGELOG +++ b/omemo/CHANGELOG @@ -1,3 +1,6 @@ +2.8.2 / 2021-02-28 +- Adapt to nbxmpp changes + 2.8.1 / 2021-01-08 - Fix file download diff --git a/omemo/manifest.ini b/omemo/manifest.ini index 1e82dba..796ef4d 100644 --- a/omemo/manifest.ini +++ b/omemo/manifest.ini @@ -1,7 +1,7 @@ [info] name: OMEMO short_name: omemo -version: 2.8.1 +version: 2.8.2 description: OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption based on Axolotl and PEP. You need to install some dependencies, detailed in the installation instructions for your system in the GitLab wiki. authors: Bahtiar `kalkin-` Gadimov Daniel Gultsch diff --git a/openpgp/manifest.ini b/openpgp/manifest.ini index d1e8f48..89db930 100644 --- a/openpgp/manifest.ini +++ b/openpgp/manifest.ini @@ -1,7 +1,7 @@ [info] name: OpenPGP short_name: openpgp -version: 1.4.0 +version: 1.4.1 description: Experimental OpenPGP (XEP-0373) implementation. authors: Philipp Hörist homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/pgp diff --git a/pgp/manifest.ini b/pgp/manifest.ini index e4dc70a..3754581 100644 --- a/pgp/manifest.ini +++ b/pgp/manifest.ini @@ -1,7 +1,7 @@ [info] name: PGP short_name: pgp -version: 1.4.0 +version: 1.4.1 description: PGP encryption as per XEP-0027. authors: Philipp Hörist homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/pgpplugin diff --git a/tictactoe/manifest.ini b/tictactoe/manifest.ini index 17d93f9..4a6d666 100644 --- a/tictactoe/manifest.ini +++ b/tictactoe/manifest.ini @@ -1,7 +1,7 @@ [info] name: Tic tac toe short_name: tictactoe -version: 1.8.0 +version: 1.8.1 description: Play Tic-tac-toe. authors = Yann Leboulanger homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/TictactoePlugin