Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-07-17 02:42:50 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-08-18 22:35:29 +0300
commit9ce1c5b96120b412e5fbbe25bb03b9ab245a4221 (patch)
tree3884f1ad0ec35b224cc57f467c2e24d2776e86c8 /pgp/manifest.ini
parent507bf9a93394d9db3fddd696183b3b8920ff92d8 (diff)
Use absolute imports on all pluginsomemo_2.3.6
This is necessary because Gajim is with 0.16.11 a python package
Diffstat (limited to 'pgp/manifest.ini')
-rw-r--r--pgp/manifest.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/pgp/manifest.ini b/pgp/manifest.ini
index 679d46e..1e38cc8 100644
--- a/pgp/manifest.ini
+++ b/pgp/manifest.ini
@@ -1,8 +1,8 @@
[info]
name: PGP
short_name: PGP
-version: 1.1.1
+version: 1.2.0
description: PGP encryption as per XEP-0027
authors: Philipp Hörist <philipp@hoerist.com>
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/pgpplugin
-min_gajim_version: 0.16.10
+min_gajim_version: 0.16.11