Skip to content

Commit

Permalink
Bump tink-java-apps to 1.10.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 569459231
Change-Id: I73dea0a8ae28ddd08d82fc4867e0e7895d0ed0d2
  • Loading branch information
morambro authored and Copybara-Service committed Sep 29, 2023
1 parent 1c3e83c commit e7acf16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This repository contains extensions and applications of the
* `apps-webpush`: An implementation of
[RFC 8291 - Message Encryption for Web Push](https://www.rfc-editor.org/rfc/rfc8291)

The latest version of these applications is 1.9.1.
The latest version of these applications is 1.10.0.

The official Tink documentation is available at
https://developers.google.com/tink.
Expand All @@ -37,12 +37,12 @@ You can add this library as a Maven dependency:
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>apps-paymentmethodtoken</artifactId>
<version>1.9.1</version>
<version>1.10.0</version>
</dependency>
```

The Javadoc for the latest release can be found
[here](https://tink-crypto.github.io/tink-java-apps/javadoc/apps-paymentmethodtoken/1.9.1/).
[here](https://tink-crypto.github.io/tink-java-apps/javadoc/apps-paymentmethodtoken/1.10.0/).

### apps-rewardedads

Expand All @@ -52,12 +52,12 @@ You can add this library as a Maven dependency:
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>apps-rewardedads</artifactId>
<version>1.9.1</version>
<version>1.10.0</version>
</dependency>
```

The Javadoc for the latest release can be found
[here](https://tink-crypto.github.io/tink-java-apps/javadoc/apps-rewardedads/1.9.1/).
[here](https://tink-crypto.github.io/tink-java-apps/javadoc/apps-rewardedads/1.10.0/).

### apps-webpush

Expand All @@ -67,12 +67,12 @@ You can add this library as a Maven dependency:
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>apps-webpush</artifactId>
<version>1.9.1</version>
<version>1.10.0</version>
</dependency>
```

The Javadoc for the latest release can be found
[here](https://tink-crypto.github.io/tink-java-apps/javadoc/apps-webpush/1.9.1/).
[here](https://tink-crypto.github.io/tink-java-apps/javadoc/apps-webpush/1.10.0/).

You can encrypt a plaintext as follows:

Expand Down

0 comments on commit e7acf16

Please sign in to comment.