diff --git a/pgpainless-sop/README.md b/pgpainless-sop/README.md index f7f3856d..00196f93 100644 --- a/pgpainless-sop/README.md +++ b/pgpainless-sop/README.md @@ -34,7 +34,7 @@ dependencies { org.pgpainless pgpainless-sop - 1.0.2 + 1.1.1 ... @@ -75,4 +75,4 @@ byte[] decrypted = messageAndVerifications.getBytes(); // Signature Verifications DecryptionResult messageInfo = messageAndVerifications.getResult(); List signatureVerifications = messageInfo.getVerifications(); -``` \ No newline at end of file +```