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:
parent
37be70e0f3
commit
d876f770a6
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue