mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-01-09 11:48:00 +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>
|
<dependency>
|
||||||
<groupId>org.pgpainless</groupId>
|
<groupId>org.pgpainless</groupId>
|
||||||
<artifactId>pgpainless-sop</artifactId>
|
<artifactId>pgpainless-sop</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>1.1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
...
|
...
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -75,4 +75,4 @@ byte[] decrypted = messageAndVerifications.getBytes();
|
||||||
// Signature Verifications
|
// Signature Verifications
|
||||||
DecryptionResult messageInfo = messageAndVerifications.getResult();
|
DecryptionResult messageInfo = messageAndVerifications.getResult();
|
||||||
List<Verification> signatureVerifications = messageInfo.getVerifications();
|
List<Verification> signatureVerifications = messageInfo.getVerifications();
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue