rephrase compatibility requirements (#46)

This commit is contained in:
gettons 2018-11-22 14:43:26 +00:00 committed by Patrizio Bekerle
parent b188e105cc
commit b7af3d9443
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
"authors": ["@pbek", "@ClawOfLight"],
"version": "0.0.2",
"minAppVersion": "17.05.7",
"description" : "This script will encrypt and decrypt notes with <a href='https://gnupg.org/'>PGP</a> instead of the internal AES-256 encryption.\nDecryption may only work if you don't have to enter a password. Find out how to set up gpg-agent on your system."
"description" : "This script will encrypt and decrypt notes with <a href='https://gnupg.org/'>PGP</a> instead of the internal AES-256 encryption.\nDecryption may only work if your private key is not protected with a passphrase. Find out how to set up gpg-agent on your system."
}