1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-01-08 19:27:57 +01:00

Bump version in sop readme

This commit is contained in:
Paul Schaub 2022-02-25 16:12:56 +01:00
parent 37be70e0f3
commit d876f770a6
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -34,7 +34,7 @@ dependencies {
<dependency>
<groupId>org.pgpainless</groupId>
<artifactId>pgpainless-sop</artifactId>
<version>1.0.2</version>
<version>1.1.1</version>
</dependency>
...
</dependencies>
@ -75,4 +75,4 @@ byte[] decrypted = messageAndVerifications.getBytes();
// Signature Verifications
DecryptionResult messageInfo = messageAndVerifications.getResult();
List<Verification> signatureVerifications = messageInfo.getVerifications();
```
```